mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8 lines
75 B
Java
8 lines
75 B
Java
/* /nodynamiccopyright/ */
|
|
|
|
import Dummy;
|
|
|
|
class A {
|
|
Dummy x = null;
|
|
}
|