mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-27 04:02:06 +00:00
Namespaces
This commit is contained in:
3
tests/parser/var.ts
Normal file
3
tests/parser/var.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
var a: i32;
|
||||
let b: i32;
|
||||
const c: i32;
|
Reference in New Issue
Block a user