mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 23:12:19 +00:00
8 lines
117 B
TypeScript
8 lines
117 B
TypeScript
// 1003: Identifier expected.
|
|
var;
|
|
// 1005: '(' expected.
|
|
while for let; a from "./other";
|
|
do {
|
|
;
|
|
} while (false);
|