소스 검색

fixed type name error confusing real issue

tags/V_1_1_b2
jhugunin 21 년 전
부모
커밋
d595eefab0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      tests/new/subaspects/parent/ParentCE.java

+ 1
- 1
tests/new/subaspects/parent/ParentCE.java 파일 보기

@@ -11,5 +11,5 @@ public abstract aspect ParentCE {
}
}
aspect Child extends ParentCE {
pointcut define() : call(public void Target.run());
pointcut define() : call(public void Runnable.run());
}

Loading…
취소
저장