test/tools/javac/annotations/typeAnnotations/failures/common/receiver/StaticThings.out

changeset 1755
ddb4a2bfcd82
parent 1521
71f35e4b93a5
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/annotations/typeAnnotations/failures/common/receiver/StaticThings.out	Tue May 14 13:55:35 2013 -0700
     1.2 +++ b/test/tools/javac/annotations/typeAnnotations/failures/common/receiver/StaticThings.out	Tue May 14 15:04:06 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4 -StaticThings.java:52:32: compiler.err.annotation.type.not.applicable
     1.5 -StaticThings.java:54:37: compiler.err.annotation.type.not.applicable
     1.6 -StaticThings.java:33:26: compiler.err.annotation.type.not.applicable
     1.7 -StaticThings.java:36:28: compiler.err.annotation.type.not.applicable
     1.8 -4 errors
     1.9 \ No newline at end of file
    1.10 +StaticThings.java:33:26: compiler.err.non-static.cant.be.ref: kindname.variable, this
    1.11 +StaticThings.java:36:28: compiler.err.non-static.cant.be.ref: kindname.variable, this
    1.12 +StaticThings.java:52:32: compiler.err.non-static.cant.be.ref: kindname.variable, this
    1.13 +StaticThings.java:54:37: compiler.err.non-static.cant.be.ref: kindname.variable, this
    1.14 +4 errors

mercurial