abca7107a7
(cherry picked from commit e78c26a)
7 lines
100 B
Java
Vendored
7 lines
100 B
Java
Vendored
import static test.JavaUsagesKt.foo;
|
|
|
|
class J {
|
|
void test() {
|
|
boolean b = foo();
|
|
}
|
|
} |