JavaCompilerCore/src/test/resources/bytecode/javFiles/Example.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

9 lines
99 B
Java

import java.lang.String;
public class Example {
public m() {
String x = "X";
return x;
}
}