Преглед изворни кода

dominates -> declare dominates

tags/V_1_1_b2
jhugunin пре 21 година
родитељ
комит
2f454c2006
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      tests/new/MultiDispatchCp.java

+ 1
- 1
tests/new/MultiDispatchCp.java Прегледај датотеку

@@ -68,7 +68,7 @@ aspect MultiCall extends Multi {

// dominates should have no effect as call join points
// always come before executions
aspect MultiExec extends Multi dominates MultiCall {
aspect MultiExec extends Multi { declare dominates: MultiExec, MultiCall;
public static boolean enabled = false;

String getPrefix() { return "exec"; }

Loading…
Откажи
Сачувај