fix: test failures

This commit is contained in:
Shunsuke Shibayama 2024-02-09 21:10:41 +09:00
parent e5c8f177ba
commit 134cb1254c
3 changed files with 13 additions and 5 deletions

View file

@ -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