1 line
71 B
Text
1 line
71 B
Text
int foo = true; # Error on line 1 col 10: Expected int but given bool.
|
int foo = true; # Error on line 1 col 10: Expected int but given bool.
|