2 lines
87 B
Text
2 lines
87 B
Text
int foo = 1312;
|
|
bool bar = foo; # Error on line 2 col 11: Expected bool but given int.
|