9ec87c01ab
#KT-8812 Fixed
7 lines
105 B
Plaintext
Vendored
7 lines
105 B
Plaintext
Vendored
import static test.TestPackage.getFoo;
|
|
|
|
class J {
|
|
void test() {
|
|
boolean b = getFoo();
|
|
}
|
|
} |