瀏覽代碼

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…
取消
儲存