uncomment testdata

This commit is contained in:
Anna Kozlova
2014-05-05 17:12:09 +04:00
parent 2ae7053744
commit 35206e46bf
@@ -7,7 +7,7 @@ class A<T> {
foo(new A<>("", ""));
bar(new A<>("", ""));
bar(new A<>(get()));
//bar(new A<>(get( ), ""));
bar(new A<>(get( ), ""));
}
void foo(A<String> s) {}