revert testdata change

This commit is contained in:
Anna.Kozlova
2018-12-19 19:20:55 +01:00
parent 94b382f139
commit 17814f726e
@@ -6,7 +6,7 @@ class Foo<T> {
}
static {
new Foo<Integer>().to(Bar.method(<caret>))
new Foo<Integer>().to(Bar.<Integer>method(<caret>))
}
}