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