JavaTXCompilerInJavaTX/test/plugindevelopment/MethodTypeInsertTest.jav
2014-08-05 14:24:58 +02:00

7 lines
67 B
Java
Executable File

class VariableTypeInsertTest{
methode(){
return "String";
}
}