mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-19 13:18:46 +07:00
10 lines
135 B
Java
10 lines
135 B
Java
public class Test {
|
|
public Inner getInner() {
|
|
return this.<caret>
|
|
}
|
|
|
|
public class Inner {
|
|
public void foo() {
|
|
}
|
|
}
|
|
} |