mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
7 lines
105 B
Java
7 lines
105 B
Java
/* /nodynamiccopyright/ */
|
|
|
|
package two;
|
|
|
|
public class Child extends one.Parent {
|
|
void method() {}
|
|
}
|