mirror of
https://github.com/erg-lang/erg.git
synced 2025-12-23 05:36:48 +00:00
2 lines
53 B
Python
2 lines
53 B
Python
s as Obj = "abc"
|
|
assert s in (Int or NoneType) # ERR
|