aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features169/transparent/Three.java
blob: f288ce35b62dab057300f369cedb1525c4a81ea1 (plain)
1
2
3
4
5
6
7
public class Three {
  private int x;
}

aspect X {
  private int Three.x;
}