JavaPatternMatching/resources/bytecode/javFiles/DuMethod.jav

11 lines
86 B
Plaintext
Raw Normal View History

2017-11-29 13:45:15 +00:00
public class DuMethod{
2017-12-20 12:35:55 +00:00
method(a){
2018-01-31 13:16:20 +00:00
return a+a;
2017-11-29 13:45:15 +00:00
}
method(a){
return a;
}
}