First drop
This commit is contained in:
11
org.springsource.loaded.testdata/subsrc/subpkg/Bottom.java
Normal file
11
org.springsource.loaded.testdata/subsrc/subpkg/Bottom.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package subpkg;
|
||||
|
||||
import superpkg.Top;
|
||||
|
||||
public class Bottom extends Top {
|
||||
|
||||
public void m() {
|
||||
System.out.println("Bottom.m() running");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user