--- a/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties Mon Apr 08 15:53:08 2013 +0100
+++ b/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties Mon Apr 08 15:57:10 2013 +0100
@@ -731,6 +731,11 @@
compiler.misc.incompatible.arg.types.in.mref=\
incompatible parameter types in method reference
+# 0: list of type
+compiler.misc.bad.arg.types.in.lambda=\
+ cannot type-check lambda expression with inferred parameter types\n\
+ inferred types: {0}
+
compiler.err.new.not.allowed.in.annotation=\
''new'' not allowed in an annotation