mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Revert testdata changes: Proper focus requests through the IDE focus subsystem. Part II.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user