mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
5 lines
69 B
Java
5 lines
69 B
Java
/* /nodynamiccopyright/ */
|
|
|
|
module foo {
|
|
requires nonexistent;
|
|
}
|