mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 14:30:49 +07:00
- fix while completion GitOrigin-RevId: 40827f77037557eab988d33d8170bd4446b8478a
8 lines
79 B
Java
8 lines
79 B
Java
|
|
class Foo {
|
|
{
|
|
while (true) {
|
|
<caret>
|
|
}
|
|
}
|
|
} |