mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 05:18:02 +07:00
GitOrigin-RevId: e0170ffed5c1bf97ec4776ce6d9deddac7b8375c
7 lines
84 B
Java
7 lines
84 B
Java
class Foo {
|
|
class Bar {
|
|
void foo() {
|
|
Object <caret>o = "42";
|
|
}
|
|
}
|
|
} |