summaryrefslogtreecommitdiffstats
path: root/tests/features153/pipelining/DeepAspect.java
blob: b767ed213cd3e12051bf1eb1292918de3f1e1fcb (plain)
1
2
3
4
5
6
7
8
public class DeepAspect {
  static class Inner {
     static aspect SimpleAspect {
	   before(): staticinitialization(Cl*) {
	   }
     }
  }
}