Skip to content

Commit 3d0dce7

Browse files
committed
Allow interfaces to be parsed and no longer throw errors when they exist in scripts.
1 parent 9824bf4 commit 3d0dce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

polymod/hscript/_internal/PolymodInterpEx.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,6 +1931,7 @@ class PolymodInterpEx extends Interp
19311931

19321932
registerScriptEnum(enumDecl);
19331933
case DTypedef(_):
1934+
case DInterface(_):
19341935
}
19351936
}
19361937
}

0 commit comments

Comments
 (0)