JavaCompilerCore/test/bytecode/Example.jav

7 lines
73 B
Plaintext
Raw Normal View History

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