changeset 50568 | 0f807f558017 |
parent 50250 | 04f9bb270ab8 |
child 50675 | 273183fd8246 |
--- a/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties Thu Jun 14 09:38:31 2018 -0300 +++ b/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties Thu Jun 14 05:50:21 2018 -0700 @@ -677,6 +677,9 @@ compiler.err.array.and.receiver =\ legacy array notation not allowed on receiver parameter +compiler.err.wrong.receiver =\ + wrong receiver parameter name + compiler.err.variable.not.allowed=\ variable declaration not allowed here