fixed tests that were failing because of the last modifications

This commit is contained in:
Francesco Cozzuto
2023-01-13 10:40:18 +01:00
parent 920b88c006
commit 2c7e0ae2ba
15 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ fun newPerson(name: String, age: int)
me = newPerson("Francesco", 24);
me->sayHello();
assert(istypeof(Person, me));
assert(istypeof(Person, me));