aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr114744.aj
blob: 735051f05cda9ec51eff2e0fff0de1a95569ab7a (plain)
1
2
3
4
5
6
7
public aspect pr114744 {
  Class<? extends pr114744> pr114744.cl;

  void foo() throws Exception {
    pr114744 ci = cl.newInstance();
  }
}