uncomment testdata

This commit is contained in:
Anna Kozlova
2014-05-01 20:18:15 +04:00
parent 2ae7053744
commit 35206e46bf

View File

@@ -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) {}