소스 검색

can't use type patterns in target

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

+ 1
- 1
tests/new/TypePat.java 파일 보기

@@ -76,7 +76,7 @@ aspect A {
Tester.event("A.before2: " + thisJoinPoint.getSignature().toShortString());
}

before(): checkCall() && target(Map.En*) {
before(): checkCall() && target(Map.Entry) {
Tester.event("A.before3: " + thisJoinPoint.getSignature().toShortString());
}
}

Loading…
취소
저장