mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 06:21:29 +00:00
Static operator overloads
This commit is contained in:
@ -8,6 +8,6 @@ b / ig;
|
||||
false && /abc/gX.test(someString) || true;
|
||||
// ERROR 1161: "Unterminated regular expression literal." in regexp.ts @ 75,76
|
||||
// ERROR 1005: "'/' expected." in regexp.ts @ 74,76
|
||||
// ERROR 109: "Invalid regular expression flags." in regexp.ts @ 95,98
|
||||
// ERROR 109: "Invalid regular expression flags." in regexp.ts @ 111,113
|
||||
// ERROR 109: "Invalid regular expression flags." in regexp.ts @ 131,133
|
||||
// ERROR 209: "Invalid regular expression flags." in regexp.ts @ 95,98
|
||||
// ERROR 209: "Invalid regular expression flags." in regexp.ts @ 111,113
|
||||
// ERROR 209: "Invalid regular expression flags." in regexp.ts @ 131,133
|
||||
|
Reference in New Issue
Block a user