mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Allow resource variables in-place rename; Java in-place rename tests updated
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class Test {
|
||||
void m() throws Exception {
|
||||
try (AutoCloseable <caret>r = null; AutoCloseable r2 = r) {
|
||||
System.out.println(r + ", " + r2);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user