9 lines
125 B
Plaintext
9 lines
125 B
Plaintext
import test.O;
|
|
import static test.O.foo;
|
|
|
|
class J {
|
|
void test() {
|
|
int n = O.foo();
|
|
int m = foo();
|
|
}
|
|
} |