6 lines
176 B
Plaintext
6 lines
176 B
Plaintext
[1;37mtest/if_cond_assign.ink:0,0: [31merror: [37mType of expression in if condition has to be bool.
|
||
[96mif 0 = 100
|
||
^^^^^^
|
||
if 0 = 100 { has type int
|
||
|
||
[36m[37m |