bolt/test/checker/if_part_test_is_bool.bolt

8 lines
79 B
Text

@expect_diagnostic 2010
if 1.
True
@expect_diagnostic 2010
if "a".
False