mirror of
https://github.com/erg-lang/erg.git
synced 2025-12-23 05:36:48 +00:00
4 lines
57 B
Python
4 lines
57 B
Python
C = Class()
|
|
|
|
_ = { 1: C.new() }
|
|
_ = { C.new(): 1 } # ERR
|