6 lines
72 B
Text
6 lines
72 B
Text
|
|
# Testing variable typing
|
|
|
|
@expect_diagnostic 2010
|
|
let a: Int = "foo"
|
|
|