bolt/test/checker/if_part_test_is_bool.bolt

9 lines
79 B
Text
Raw Permalink Normal View History

2023-06-12 16:54:41 +02:00
@expect_diagnostic 2010
if 1.
True
@expect_diagnostic 2010
if "a".
False