5 lines
51 B
Python
5 lines
51 B
Python
python
|
|
# semantic error sample
|
|
a = 1
|
|
a = 1.1
|
|
nohtyp |
python
|
|
# semantic error sample
|
|
a = 1
|
|
a = 1.1
|
|
nohtyp |