Revert testdata changes: Proper focus requests through the IDE focus subsystem. Part II.

This commit is contained in:
Anna.Kozlova
2017-02-21 21:25:26 +01:00
parent ff5c040e85
commit 968d14a5db
7 changed files with 8 additions and 30 deletions
@@ -6,5 +6,6 @@ class Test {
<selection>System.out.println(variable);</selection>
}
}
;
}
}
@@ -6,6 +6,7 @@ class Test {
newMethod(variable);
}
}
;
}
private <T> void newMethod(T variable) {