mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
GitOrigin-RevId: 5fc2d19d08efca879d6e8174d0a8500eb7803dc5
6 lines
78 B
Java
6 lines
78 B
Java
|
|
class C {
|
|
void foo() {
|
|
int x = <selection>()</selection>;
|
|
}
|
|
} |