JavaCompilerCore/resources/bytecode/javFiles/Tph.jav
Daniel Holle ebd6a00a39
All checks were successful
Build and Test with Maven / Build-and-test-with-Maven (push) Successful in 2m50s
Fix the rest of the test cases
2024-03-14 14:38:02 +01:00

11 lines
102 B
Java

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