--- a/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties Fri Apr 04 18:36:16 2014 -0700
+++ b/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties Fri Apr 04 19:13:53 2014 -0400
@@ -123,6 +123,9 @@
compiler.err.anon.class.impl.intf.no.qual.for.new=\
anonymous class implements interface; cannot have qualifier for new
+compiler.err.cant.inherit.from.anon=\
+ cannot inherit from anonymous class
+
# 0: symbol, 1: symbol, 2: symbol
compiler.err.array.and.varargs=\
cannot declare both {0} and {1} in {2}