JavaCompilerCore/test/bytecode/ATest.java

9 lines
115 B
Java
Raw Normal View History

2018-01-31 13:16:20 +00:00
package bytecode;
public class ATest extends JavaTXCompilerTest {
public ATest() {
2018-01-31 15:16:05 +00:00
fileName = "Example";
2018-01-31 13:16:20 +00:00
}
}