JavaCompilerCore/test/bytecode/operators/AddOperator.jav

5 lines
79 B
Java

class AddOperator{
method(x){
return x + x;
}
}