mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 03:01:55 +00:00
AST cleanup; Definition generators scaffolding
This commit is contained in:
@ -4,5 +4,5 @@ const c: i32 = 0;
|
||||
var d = 2;
|
||||
var e;
|
||||
const f: i32;
|
||||
// ERROR 1110: "Type expected." in var.ts @ 59,59
|
||||
// ERROR 1155: "'const' declarations must be initialized." in var.ts @ 84,85
|
||||
// ERROR 1110: "Type expected." in var.ts:7:5
|
||||
// ERROR 1155: "'const' declarations must be initialized." in var.ts:10:6
|
||||
|
Reference in New Issue
Block a user