Browse Source

adjust misc test

Simon Krajewski 9 years ago
parent
commit
5b11e4ba1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/misc/projects/Issue4456/Main.hx

+ 1 - 1
tests/misc/projects/Issue4456/Main.hx

@@ -9,7 +9,7 @@ class A {
 }
 }
 
 
 @:generic
 @:generic
-class B<T:{function new():Void;}> {
+class B<T:haxe.Constraints.Constructible<Void->Void>> {
 	var items:Map<Int,A>;
 	var items:Map<Int,A>;
 
 
 	public function new() {
 	public function new() {