JavaTXCompilerInJavaTX/test/bytecode/Example.jav

7 lines
84 B
Plaintext
Raw Normal View History

2018-01-31 13:16:20 +00:00
public class Example {
2018-01-31 15:16:05 +00:00
public m(Integer x) {
// String x = "X";
2018-01-31 13:16:20 +00:00
return x;
}
}