5 lines
62 B
Groovy
Vendored
5 lines
62 B
Groovy
Vendored
class G {
|
|
void test() {
|
|
test.TestPackage.getBar();
|
|
}
|
|
} |