mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
ensure that psi remain correct, automatically resolve conflict with variables declared after the try-with-resources stmt
6 lines
110 B
Java
6 lines
110 B
Java
class ARM {
|
|
void f() {
|
|
System.out.println("before");
|
|
System.out.println("inside");
|
|
}
|
|
} |