1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-01 00:04:58 +03:00
juvix/tests/negative/issue1344/errorD.test
janmasrovira e939f8fe9f
Keep qualified names (#1392)
* keep qualified names

* add comment

* add pretty field to Abstract Name

* add test

* Add shell test

* Add another test

* fix shell test

Co-authored-by: Jonathan Cubides <jonathan.cubides@uib.no>
2022-07-21 15:54:08 +02:00

9 lines
197 B
Plaintext

$ juvix typecheck tests/negative/issue1344/D.juvix --no-colors
>2 /.*\.juvix\:[0-9]+\:[0-9]+\-[0-9]+\: error\:
The expression U.t has type:
Unit
but is expected to have type:
Other.Unit
/
>= 1