mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 19:16:40 +07:00
GitOrigin-RevId: 8a8c932a9f51df845e536c8d670cccb08b01e108
8 lines
87 B
Java
8 lines
87 B
Java
import java.util.*;
|
|
|
|
class Foo {
|
|
void test(int x){
|
|
if(x > 0) {}
|
|
<caret>
|
|
}
|
|
} |