test/langtools/tools/javac/diags/examples/RuleCompletesNormally.java
changeset 59021 cfc7bb9a5a92
parent 55528 bad3754349aa
equal deleted inserted replaced
59020:aebd72de84b0 59021:cfc7bb9a5a92
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 // key: compiler.err.rule.completes.normally
    24 // key: compiler.err.rule.completes.normally
    25 // key: compiler.note.preview.filename
       
    26 // key: compiler.note.preview.recompile
       
    27 // options: --enable-preview -source ${jdk.version}
       
    28 
    25 
    29 class RuleCompletesNormally {
    26 class RuleCompletesNormally {
    30     public String convert(int i) {
    27     public String convert(int i) {
    31         return switch (i) {
    28         return switch (i) {
    32             case 0 -> {}
    29             case 0 -> {}