< prev index next >

langtools/test/tools/javac/diags/examples/CantFindModule/CantFindModule.java

Print this page

        

*** 22,31 **** */ // key: compiler.err.cant.find.module // key: compiler.err.doesnt.exist ! // options: -XaddExports:undef/undef=ALL-UNNAMED import undef.Any; class Test {} --- 22,31 ---- */ // key: compiler.err.cant.find.module // key: compiler.err.doesnt.exist ! // options: --add-exports undef/undef=ALL-UNNAMED import undef.Any; class Test {}
< prev index next >