mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
7 lines
75 B
Java
7 lines
75 B
Java
/* /nodynamiccopyright/ */
|
|
|
|
import Dummy;
|
|
|
|
class A {
|
|
Dummy x = null;
|
|
}
|