renamed all modules
This commit is contained in:
8
testdata/src/main/java/ctors/SuperThree.java
vendored
Normal file
8
testdata/src/main/java/ctors/SuperThree.java
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
package ctors;
|
||||
|
||||
public class SuperThree {
|
||||
|
||||
SuperThree() {
|
||||
System.err.print("Hello from SuperThree.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user