mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
12 lines
147 B
Java
12 lines
147 B
Java
class Test {
|
|
int m() {
|
|
return <selection>0</selection>;
|
|
}
|
|
}
|
|
|
|
class X3 {
|
|
int n() {
|
|
Test t;
|
|
return t.m();
|
|
}
|
|
} |