mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-26 11:06:22 +07:00
7 lines
73 B
Java
7 lines
73 B
Java
import p.Test;
|
|
|
|
class Usage {
|
|
void bar(Test s) {
|
|
s.foo(null);
|
|
}
|
|
} |