From: aclement Date: Mon, 3 Dec 2007 14:52:58 +0000 (+0000) Subject: 211052 - testcode X-Git-Tag: V1_5_4rc1~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=42b962499e9a151825fdcd94e09d487203132e91;p=aspectj.git 211052 - testcode --- diff --git a/tests/bugs154/pr211052/DistantResource.java b/tests/bugs154/pr211052/DistantResource.java new file mode 100644 index 000000000..09b39a3a7 --- /dev/null +++ b/tests/bugs154/pr211052/DistantResource.java @@ -0,0 +1,12 @@ +package c.d; + +import java.lang.annotation.*; + +public class DistantResource { + public static void main(String []argv) { + Annotation [] annos = DistantResource.class.getAnnotations(); + for (int i=0;annos!=null && i