Files
spring-loaded/testdata/src/main/java/ctors/SuperThree.java
2014-01-15 11:36:24 -08:00

9 lines
110 B
Java

package ctors;
public class SuperThree {
SuperThree() {
System.err.print("Hello from SuperThree.");
}
}