forked from JavaTX/JavaCompilerCore
5 lines
60 B
Plaintext
5 lines
60 B
Plaintext
|
package de.test.subpackage2;
|
||
|
|
||
|
class ToImport3{
|
||
|
void m2(){}
|
||
|
}
|