Browse Source

[cs] "fix" test

Simon Krajewski 8 years ago
parent
commit
7e605dfab2
1 changed files with 1 additions and 1 deletions
  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> {
 private class A<T:String> {
 	public function new() f();
 	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> {
 private class B extends A<String> {