Explorar o código

[cs] "fix" test

Simon Krajewski %!s(int64=8) %!d(string=hai) anos
pai
achega
7e605dfab2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/unit/src/unit/issues/Issue3777.hx

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

@@ -2,7 +2,7 @@ package unit.issues;
 
 private class A<T:String> {
 	public function new() f();
-	function f():Map<T,Int> throw "not implemented";
+	function f():haxe.ds.Map<T,Int> throw "not implemented";
 }
 
 private class B extends A<String> {