mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 20:18:48 +00:00
7 lines
75 B
Java
7 lines
75 B
Java
/* /nodynamiccopyright/ */
|
|
|
|
package p1;
|
|
import p1.A2.I;
|
|
|
|
class A3 { I x; }
|