5 lines
86 B
Java
5 lines
86 B
Java
class WillBeUnresolved {
|
|
void main() {
|
|
test.TestPackage.getProp();
|
|
}
|
|
} |