Browse Source

trigger build

tags/V1_6_0rc1
aclement 16 years ago
parent
commit
7faf2616d9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/bugs/DeclaringTypeWarning.java

+ 1
- 1
tests/bugs/DeclaringTypeWarning.java View File

@@ -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

Loading…
Cancel
Save