mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-19 13:18:46 +07:00
6 lines
56 B
Java
6 lines
56 B
Java
class Foo {
|
|
void test(Object o) {
|
|
o <caret>
|
|
}
|
|
}
|