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