JavaTXCompilerInJavaTX/test/plugindevelopment/MethodTypeInsertTestSolution.jav
2014-03-09 13:03:30 +01:00

7 lines
74 B
Java

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