Make it compile for Haxe 4.

This commit is contained in:
Juraj Kirchheim
2017-09-25 10:50:36 +02:00
committed by GitHub
parent 4457ea7dee
commit 417a92cabc

View File

@@ -17,6 +17,7 @@ class Sisyphus {
case AccCall: getOrSet;
case AccInline: "default";
case AccRequire(_, _): "default";
default: throw "not implemented";
}
}
if (cf.params.length == 0) {
@@ -102,4 +103,4 @@ class Sisyphus {
params: [ for (t in params) TPType(toComplexType(t)) ],
}
}
}
}