5 lines
57 B
Groovy
5 lines
57 B
Groovy
class G {
|
|
void test() {
|
|
test.TestPackage.bar;
|
|
}
|
|
} |