This commit is contained in:
Juraj Kirchheim
2021-02-25 11:37:04 +01:00
parent 5e5781e8bc
commit a383f7692b

View File

@@ -308,7 +308,7 @@ class Types {
if (types.length == 1) return Success(types[1]);
#if haxe4
return TIntersection(types);
return Success(TIntersection(types));
#end
var paths = [],
fields = [];