fix testdata

This commit is contained in:
Anna Kozlova
2015-11-02 14:27:26 +01:00
parent 188d434cf4
commit d7f768366b

View File

@@ -4,7 +4,7 @@ class A {
f(() -> {});
}
private void f(Object p0) {
private void f(Object o) {
<caret><selection></selection>
}
}