浏览代码

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());
}
}

正在加载...
取消
保存