mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 11:44:39 +07:00
GitOrigin-RevId: 611afbfe041fb69973fa2d1536336b59c7a97ce9
7 lines
69 B
Plaintext
7 lines
69 B
Plaintext
class Parent {
|
|
|
|
void test() {
|
|
Object obj = new Parent();
|
|
}
|
|
|
|
} |