From: aclement Date: Thu, 20 Mar 2008 22:21:59 +0000 (+0000) Subject: trigger build X-Git-Tag: V1_6_0rc1~27 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7faf2616d9d7dd7550753a96cf94f4ec7f2466e3;p=aspectj.git trigger build --- diff --git a/tests/bugs/DeclaringTypeWarning.java b/tests/bugs/DeclaringTypeWarning.java index 272404162..7cb3803d6 100644 --- a/tests/bugs/DeclaringTypeWarning.java +++ b/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