Make it compile for Haxe 4.
This commit is contained in:
@@ -17,6 +17,7 @@ class Sisyphus {
|
|||||||
case AccCall: getOrSet;
|
case AccCall: getOrSet;
|
||||||
case AccInline: "default";
|
case AccInline: "default";
|
||||||
case AccRequire(_, _): "default";
|
case AccRequire(_, _): "default";
|
||||||
|
default: throw "not implemented";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (cf.params.length == 0) {
|
if (cf.params.length == 0) {
|
||||||
@@ -102,4 +103,4 @@ class Sisyphus {
|
|||||||
params: [ for (t in params) TPType(toComplexType(t)) ],
|
params: [ for (t in params) TPType(toComplexType(t)) ],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user