JavaCompilerCore/testBytecode/manually/Fac1.java

7 lines
74 B
Java
Raw Normal View History

2017-11-29 13:45:15 +00:00
class Fuc1{
Integer mul(Integer x, Integer y) {
return x;
}
}