< prev index next >

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

Print this page

        

*** 177,186 **** --- 177,188 ---- 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 >