mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-13 23:11:41 +00:00
Better testing infrastructure; Initial exports/imports/re-exports
This commit is contained in:
10
tests/parser/enum.ts
Normal file
10
tests/parser/enum.ts
Normal file
@ -0,0 +1,10 @@
|
||||
export const enum A {
|
||||
B = 1,
|
||||
C,
|
||||
D = 3
|
||||
}
|
||||
enum E {
|
||||
F,
|
||||
G = 1 + 2,
|
||||
H = 3 * 4
|
||||
}
|
Reference in New Issue
Block a user