소스 검색

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…
취소
저장