unison/unison-src/errors/compiler-bug.u
2019-03-08 12:56:02 -05:00

6 lines
35 B
Plaintext

x = 1
Foo.y = 4.0
a =
x + y
()