1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-03 09:41:10 +03:00
juvix/tests/negative/InvalidDefault.juvix

4 lines
58 B
Plaintext
Raw Normal View History

2023-10-11 00:28:06 +03:00
module InvalidDefault;
f (x : Type := Type) : Type := x;