langtools/test/tools/javac/diags/examples/CantFindModule/CantFindModule.java
changeset 40308 274367a99f98
parent 38519 d70d50ec27bb
equal deleted inserted replaced
40306:1a0fcaf3f2ed 40308:274367a99f98
    22  */
    22  */
    23 
    23 
    24 // key: compiler.err.cant.find.module
    24 // key: compiler.err.cant.find.module
    25 // key: compiler.err.doesnt.exist
    25 // key: compiler.err.doesnt.exist
    26 
    26 
    27 // options: -XaddExports:undef/undef=ALL-UNNAMED
    27 // options: --add-exports undef/undef=ALL-UNNAMED
    28 
    28 
    29 import undef.Any;
    29 import undef.Any;
    30 
    30 
    31 class Test {}
    31 class Test {}