mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
6 lines
75 B
Java
6 lines
75 B
Java
/* /nodynamiccopyright/ */
|
|
|
|
package p1;
|
|
import p1.A2.I;
|
|
|
|
class A3 { I x; }
|