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