aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug70619/Order1.aj
blob: 01459565fd9288d0bb798d32eedc64210ec89ea9 (plain)
1
2
3
4
5
6
7
8
aspect Conflict1 {
  
  
  
  declare precedence: Conflict1, Conflict2;

   before(): execution(* *(..)) { }
}