JavaTXCompilerInJavaTX/src/test/resources/bytecode/javFiles/Tph2.jav
Martin Plümicke edd263ac15 bytecodeJavFiles in bytecode/javFiles geanedert
Please enter the commit message for your changes. Lines starting
2019-01-11 14:45:12 +01:00

10 lines
91 B
Java

public class Tph2 {
m(a,b){
var c = m2(a,b);
return a;
}
m2(a,b){
return b;
}
}