aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr148409/X.java
blob: 7011b8b0c4941c54ae171e04c3552e12ac102e6e (plain)
1
2
3
4
aspect X {
  before(): staticinitialization(Fo*) { }
  before(): call(Fo*.new(..)) { }
}