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