File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
test/langtools/tools/javac/processing/model/type Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -586,22 +586,6 @@ class Inner90<@TA(90) T> {
586586 class Inner100 <T extends Inner100 <@ TB (100 ) T >> {
587587 }
588588
589- // receiver parameters
590- class Inner110 {
591- @ Test (posn =2 , annoType = TA .class , expect = "110" )
592- void f (@ TA (110 ) Inner110 this ) {}
593-
594- @ Test (posn =2 , annoType = TA .class , expect = "111" )
595- Inner110 (@ TA (111 ) BasicAnnoTests BasicAnnoTests .this ) {}
596- }
597-
598- static class GenericInner120 <X > {
599- private class GenericNested <Y > {
600- @ Test (posn =2 , annoType = TA .class , expect = "120" )
601- GenericNested (@ TA (120 ) GenericInner120 <X > GenericInner120 .this ) {}
602- }
603- }
604-
605589 @ Test (posn =1 , annoType =TA .class , expect ="130" )
606590 @ Test (posn =23 , annoType =TA .class , expect ="131" )
607591 public Map <@ TA (130 ) String , @ TA (131 ) String > f130 ;
You can’t perform that action at this time.
0 commit comments