mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-15 16:01:30 +00:00
Properly resolve top level enums to i32s, see #116
This commit is contained in:
@ -32,3 +32,5 @@ export enum SelfReference {
|
||||
ZERO,
|
||||
ONE = ZERO + 1
|
||||
}
|
||||
|
||||
var enumType: SelfReference;
|
||||
|
Reference in New Issue
Block a user