5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
|
import java.util.List;
|
||
|
|
||
|
class ImportTest{
|
||
|
List<ImportTest> test;
|
||
|
}
|