mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
GitOrigin-RevId: f6bdbd611adb8105fa8ee6a6bb4621fc38800643
7 lines
64 B
Java
7 lines
64 B
Java
|
|
class A {
|
|
void foo() {
|
|
if (<caret>/**/) {
|
|
}
|
|
}
|
|
} |