oden/fine/tests/expression/errors/if_not_bool.fine

2 lines
82 B
Text

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