JavaTXCompilerInJavaTXNoMaven/out/tests/resources/bytecode/javFiles/Op2.jav

11 lines
125 B
Plaintext
Raw Normal View History

2024-05-02 21:04:07 +00:00
import java.lang.Integer;
import java.lang.String;
public class Op2 {
m(){
var x = "";
var a = 5+x;
return a;
}
}