bolt/test/checker/variable_mistyping.bolt

7 lines
72 B
Text
Raw Permalink Normal View History

2023-06-12 16:54:41 +02:00
# Testing variable typing
@expect_diagnostic 2010
let a: Int = "foo"