Resolve string instances to the program's string class

This commit is contained in:
dcodeIO
2018-04-06 00:19:45 +02:00
parent 70a0123554
commit 6268b92eba
13 changed files with 103 additions and 31 deletions

View File

@ -60,3 +60,5 @@ assert(!("" < ""));
assert(!("" > ""));
assert("" >= "");
assert("" <= "");
assert("123".length == 3);