JavaPatternMatching/test/bytecode/ATest.java

9 lines
109 B
Java
Raw Normal View History

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