Files
Ink-Shader-Language/test/check/float_if_cond.golden

164 B

test/float_if_cond.ink:0,0: error: Type of expression in if condition has to be bool.
if 1.0
^^^
1.0 has type float