Properly resolve top level enums to i32s, see #116

This commit is contained in:
dcodeIO
2018-05-22 12:06:03 +02:00
parent ea0eb7f1a5
commit 33b10e347b
12 changed files with 91 additions and 129 deletions

View File

@ -32,3 +32,5 @@ export enum SelfReference {
ZERO,
ONE = ZERO + 1
}
var enumType: SelfReference;