fix testdata

This commit is contained in:
Anna Kozlova
2015-11-02 15:29:42 +01:00
parent 188d434cf4
commit d7f768366b
@@ -4,7 +4,7 @@ class A {
f(() -> {});
}
private void f(Object p0) {
private void f(Object o) {
<caret><selection></selection>
}
}