mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-19 09:51:33 +00:00
Basic type inference
This commit is contained in:
4
tests/parser/continue-on-error.ts
Normal file
4
tests/parser/continue-on-error.ts
Normal file
@ -0,0 +1,4 @@
|
||||
var; while for let; a from "./other";
|
||||
do {
|
||||
;
|
||||
} while (false);
|
Reference in New Issue
Block a user