erg/tests/should_err/decl.er
2024-09-22 01:25:31 +09:00

7 lines
66 B
Python

i: Int
i = "a" # ERR
C = Class()
C.
i: Int
i = "a" # ERR