aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs160/simplejava/SimpleE.java
blob: c2fb6618fc36428dbf9a426c979452d961536e3f (plain)
1
2
3
4
5
6
public aspect SimpleE {
  public int Test.i;
}

class Test {
}