JavaTXCompilerInJavaTXNoMaven/resources/bytecode/javFiles/Subclass.jav

6 lines
112 B
Plaintext
Raw Normal View History

2024-05-02 21:04:07 +00:00
public class Subclass extends Superclass {
public void printMethod() {
super.printMethod();
}
}