mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 02:21:17 +07:00
Fixes some of annoying cases like reported in IDEA-210010 GitOrigin-RevId: b083327807d85666d1f71f96a90d0eddd616754f
7 lines
113 B
Java
7 lines
113 B
Java
class Test {
|
|
void test() {
|
|
while(<selection>foo()</selection>)
|
|
}
|
|
|
|
native boolean foo();
|
|
} |