JavaTXCompilerInJavaTX/test/plugindevelopment/MethodTypeInsertTestSolution.jav

7 lines
74 B
Java

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