testdata fixed

This commit is contained in:
Anna Kozlova
2015-02-18 18:47:03 +01:00
parent e02065d6d5
commit a09d2b5c38
@@ -10,6 +10,6 @@ public class MyTest {
static void m(I s) {}
static {
m((x) -> new Foo<Number>(x));
m((x) -> new Foo<Integer>(x));
}
}