aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr113066/Consts3.java
diff options
context:
space:
mode:
authoraclement <aclement>2005-11-07 10:54:42 +0000
committeraclement <aclement>2005-11-07 10:54:42 +0000
commit297b594087644bf3566a865584766f8410ca4286 (patch)
treed67d468c4b0ddb722da11dd30c2e72aeb25e89dd /tests/bugs150/pr113066/Consts3.java
parentf00d694940fbb8999b63b90d357c8d8409151670 (diff)
downloadaspectj-297b594087644bf3566a865584766f8410ca4286.tar.gz
aspectj-297b594087644bf3566a865584766f8410ca4286.zip
tests for 112783 and 113066
Diffstat (limited to 'tests/bugs150/pr113066/Consts3.java')
-rw-r--r--tests/bugs150/pr113066/Consts3.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bugs150/pr113066/Consts3.java b/tests/bugs150/pr113066/Consts3.java
new file mode 100644
index 000000000..1cf722b55
--- /dev/null
+++ b/tests/bugs150/pr113066/Consts3.java
@@ -0,0 +1,5 @@
+package a;
+public class Consts3 {
+ protected static String A_CONST="bla"; // should be ok, TestNPE3 is a subclass of Consts
+
+}