forked from JavaTX/JavaCompilerCore
5 lines
60 B
Plaintext
5 lines
60 B
Plaintext
|
package de.test.subpackage1;
|
||
|
|
||
|
class ToImport2{
|
||
|
void m1(){}
|
||
|
}
|