mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 10:49:54 +00:00
fix: test failures
This commit is contained in:
parent
e5c8f177ba
commit
134cb1254c
3 changed files with 13 additions and 5 deletions
|
@ -29,4 +29,4 @@ f! t =
|
|||
c_new x, y = C.new x, y
|
||||
C = Class Int
|
||||
C.
|
||||
new x, y = Self::__new__ x + y
|
||||
new x, y = Self x + y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue