mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 23:21:09 +07:00
Fixed tests GitOrigin-RevId: 038d0b6004f90b8a7cac231a83ba4cc883f2fa8a
5 lines
92 B
Java
5 lines
92 B
Java
class C {
|
|
private void foo() {
|
|
if (a) {<selection> <caret> </selection>}
|
|
}
|
|
} |