11 lines
86 B
Plaintext
11 lines
86 B
Plaintext
|
public class DuMethod{
|
||
|
|
||
|
method(a){
|
||
|
return a+a;
|
||
|
}
|
||
|
|
||
|
method(a){
|
||
|
return a;
|
||
|
}
|
||
|
|
||
|
}
|