oden/fine/tests/expression/errors/if_not_bool.fine
2024-01-05 19:29:45 -08:00

2 lines
81 B
Text

if 23 { "what" } else { "the" }
// type-error: 0 conditions must yield a boolean