1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-02 10:47:32 +03:00
juvix/tests/negative/InvalidDefault.juvix
2023-10-10 23:28:06 +02:00

4 lines
58 B
Plaintext

module InvalidDefault;
f (x : Type := Type) : Type := x;