< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler_zh_CN.properties

Print this page

        

@@ -177,10 +177,12 @@
 
 compiler.warn.invalid.yield=''yield'' 在未来发行版中可能会成为受限标识符\n(要调用称为 yield 的方法,请通过接收方或类型名称限定 yield)
 
 compiler.err.switch.expression.empty=switch 表达式中没有任何 case 子句
 
+compiler.err.switch.expression.no.result.expressions=switch 表达式没有任何结果表达式
+
 # 0: name
 compiler.err.call.must.be.first.stmt.in.ctor=对{0}的调用必须是构造器中的第一个语句
 
 # 0: symbol kind, 1: name, 2: list of type or message segment, 3: list of type or message segment, 4: symbol kind, 5: type, 6: message segment
 compiler.err.cant.apply.symbol=无法将{4} {5}中的{0} {1}应用到给定类型;\n需要: {2}\n找到:    {3}\n原因: {6}
< prev index next >