aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr149908/C1.java
diff options
context:
space:
mode:
authoraclement <aclement>2006-10-23 11:55:54 +0000
committeraclement <aclement>2006-10-23 11:55:54 +0000
commit757004ca6702a97369aac2ba62532f13ac5ced36 (patch)
treee64c1d3a4e7463dc592f9959109633719e7d0165 /tests/bugs153/pr149908/C1.java
parentefe6cc79c4c19ebc8f7109f10220b13dc4efffad (diff)
downloadaspectj-757004ca6702a97369aac2ba62532f13ac5ced36.tar.gz
aspectj-757004ca6702a97369aac2ba62532f13ac5ced36.zip
tests and fix for 149908: NPE in org.aspectj.weaver.MemberImpl.getModifiers
Diffstat (limited to 'tests/bugs153/pr149908/C1.java')
-rw-r--r--tests/bugs153/pr149908/C1.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs153/pr149908/C1.java b/tests/bugs153/pr149908/C1.java
new file mode 100644
index 000000000..185afbcd3
--- /dev/null
+++ b/tests/bugs153/pr149908/C1.java
@@ -0,0 +1,7 @@
+public class C1 {
+
+ public void bar() {
+ new C();
+ }
+
+}