JavaTXCompilerInJavaTX/test/plugindevelopment/TypeInsertSetEqualTest.jav

10 lines
101 B
Plaintext
Raw Normal View History

import java.util.Vector;
class ImportTest{
Vector<String> var;
var2;
methode(){
var.add(var2);
}
}