aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs162/pr241047/SomeSubClass3.java
blob: 1df3135f4a88b6b4318a252919308f3667a16492 (plain)
1
2
3
4
5
6
7
8
public class SomeSubClass3 extends SomeBaseClass3 {

 // this method matches correctly
 public void tag_someMethod() {
  System.out.println("some sub method3");
 }
}