Skip to content

Commit 9f4531c

Browse files
committed
added CTExpr support
1 parent 30b01ca commit 9f4531c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hscript/Checker.hx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,9 @@ class Checker {
475475
return makeType(t,e);
476476
case CTOpt(t):
477477
return makeType(t,e);
478+
case CTExpr(_):
479+
error("Unsupported expr type parameter", e);
480+
return null;
478481
}
479482
}
480483

0 commit comments

Comments
 (0)