fixed tests that were failing because of the last modifications
This commit is contained in:
+1
-1
@@ -12,4 +12,4 @@ fun newPerson(name: String, age: int)
|
||||
me = newPerson("Francesco", 24);
|
||||
me->sayHello();
|
||||
|
||||
assert(istypeof(Person, me));
|
||||
assert(istypeof(Person, me));
|
||||
Reference in New Issue
Block a user