mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-19 15:45:49 +07:00
66d79effa2
GitOrigin-RevId: 8a8c932a9f51df845e536c8d670cccb08b01e108
8 lines
94 B
Java
8 lines
94 B
Java
import java.util.*;
|
|
|
|
class Foo {
|
|
void test(int x){
|
|
if(x > 0) {}
|
|
<caret>else {}
|
|
}
|
|
} |