mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 00:35:33 +07:00
Fix more tests GitOrigin-RevId: 9cbd2e6b0057f250f722ddd44bc80a8441bee75d
5 lines
92 B
Java
5 lines
92 B
Java
class C {
|
|
private void foo() {
|
|
if (a) <selection>{ <caret> }</selection>
|
|
}
|
|
} |