bolt/test/checker/variable_mistyping.bolt

6 lines
72 B
Text

# Testing variable typing
@expect_diagnostic 2010
let a: Int = "foo"