summaryrefslogtreecommitdiffstats
path: root/tests/bugs152/pr135068/A.java
blob: adbab3f93c05689b3579fe0952a6065851e448b7 (plain)
1
2
3
aspect A {
  static before(): call(* *(..)) {}
}