JavaPatternMatching/test/plugindevelopment/ParameterTypeInsertTestSolution.jav

8 lines
91 B
Plaintext
Raw Normal View History

2014-03-10 14:56:17 +00:00
class VariableTypeInsertTest{
String var;
void methode(String test){
var = test;
}
}