ソースを参照

trigger build

tags/V1_6_0rc1
aclement 16年前
コミット
7faf2616d9
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      tests/bugs/DeclaringTypeWarning.java

+ 1
- 1
tests/bugs/DeclaringTypeWarning.java ファイルの表示

@@ -5,7 +5,7 @@ aspect C {
before() : runB() { }
pointcut runB(): call(void B.run()); // CW 6 XLint, for each shadow (12, 14)
before() : call(int B.run()) {} // pointcut not matched
}
}
public class DeclaringTypeWarning {
public static void main(String[] args) {
// ok with -1.4; otherwise, becomes A.run in bytecode

読み込み中…
キャンセル
保存