mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-28 22:21:50 +00:00
Type declaration parsing; Future feature references
This commit is contained in:
3
tests/parser/type.ts
Normal file
3
tests/parser/type.ts
Normal file
@ -0,0 +1,3 @@
|
||||
type int32_t = i32;
|
||||
@nonportable()
|
||||
export type uint64_t = u64;
|
Reference in New Issue
Block a user