mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 19:38:50 +07:00
Fixes IDEA-51483 Extract Variable: does nothing on a block with invalid parentheses GitOrigin-RevId: 4d69e9ec9521b1c962024512deef8fd0f71fe85e
5 lines
69 B
Java
5 lines
69 B
Java
class Test {
|
|
void foo(String s) {
|
|
String x = s.trim();)
|
|
}
|
|
} |