@@ -15,5 +15,8 @@ class Issue2343 extends unit.Test {
function test() {
var foo = new Foo<MyInt>(1);
eq(1, foo.result);
+
+ // we cannot actually test this because it is delayed
+ //t(unit.TestType.typeError(var foo2 = new Foo<String>("1")));
}