mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 04:09:05 +00:00
fix: unintended behavior for collections
This commit is contained in:
parent
daf01f3cf2
commit
7d7849b493
9 changed files with 66 additions and 17 deletions
2
crates/erg_compiler/lib/std/_erg_set.py
Normal file
2
crates/erg_compiler/lib/std/_erg_set.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
class Set(set):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue