mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 20:18:48 +00:00
8 lines
105 B
Java
8 lines
105 B
Java
/* /nodynamiccopyright/ */
|
|
|
|
package two;
|
|
|
|
public class Child extends one.Parent {
|
|
void method() {}
|
|
}
|