mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 11:11:43 +00:00
Resolve string instances to the program's string class
This commit is contained in:
@ -60,3 +60,5 @@ assert(!("" < ""));
|
||||
assert(!("" > ""));
|
||||
assert("" >= "");
|
||||
assert("" <= "");
|
||||
|
||||
assert("123".length == 3);
|
||||
|
Reference in New Issue
Block a user