--- old/test/tools/javac/annotations/typeAnnotations/failures/StaticMethods.java Mon Sep 23 11:31:10 2013 +++ /dev/null Mon Sep 23 11:31:10 2013 @@ -1,12 +0,0 @@ -/* - * @test /nodynamiccopyright/ - * @bug 6843077 8006775 - * @summary static methods don't have receivers - * @author Mahmood Ali - * @compile/fail/ref=StaticMethods.out -XDrawDiagnostics StaticMethods.java - */ -class StaticMethods { - static void main(StaticMethods this) { } -} - -@interface A { }