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