Aleksandr Kuzmenko %!s(int64=4) %!d(string=hai) anos
pai
achega
935469fe6c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/unit/src/unit/issues/Issue10007.hx

+ 1 - 1
tests/unit/src/unit/issues/Issue10007.hx

@@ -11,7 +11,7 @@ class Issue10007 extends unit.Test {
 @:forward.new
 private abstract Abstract(Impl) {
 	public function isImpl():Bool
-		return Std.is(this, Impl);
+		return Std.isOfType(this, Impl);
 }
 
 private class Impl {