riverdelta/ui-tests/basic_recovery.stderr
2023-08-06 00:07:10 +02:00

12 lines
271 B
Text

error: cannot find c
--> $DIR/basic_recovery.nil:4
4 | c;
^
error: cannot assign String to Int
--> $DIR/basic_recovery.nil:2
2 | let a: Int = "";
^
error: cannot assign String to Int
--> $DIR/basic_recovery.nil:3
3 | let b: Int = "";
^