mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-10 02:18:46 +00:00
6 lines
69 B
Java
6 lines
69 B
Java
/* /nodynamiccopyright/ */
|
|
|
|
module foo {
|
|
requires nonexistent;
|
|
}
|