JavaPatternMatching/test/plugindevelopment/MethodTypeInsertTestSolution.jav

7 lines
74 B
Plaintext
Raw Normal View History

2014-03-09 12:03:30 +00:00
class VariableTypeInsertTest{
String methode(){
return "String";
}
}