aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150/Pr76374.aj
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-09-21 16:51:15 +0000
committeracolyer <acolyer>2005-09-21 16:51:15 +0000
commitca9c1f7c57b64473042f3100a4159650da085111 (patch)
tree0f48ddc345510fcda706f73c604f61619d7bd399 /tests/bugs150/Pr76374.aj
parent0e1bb192d429beba6a2a8f9b2ab8218f85673405 (diff)
downloadaspectj-ca9c1f7c57b64473042f3100a4159650da085111.tar.gz
aspectj-ca9c1f7c57b64473042f3100a4159650da085111.zip
tests for pr76374 - missing type warning on declare parents
Diffstat (limited to 'tests/bugs150/Pr76374.aj')
-rw-r--r--tests/bugs150/Pr76374.aj5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bugs150/Pr76374.aj b/tests/bugs150/Pr76374.aj
new file mode 100644
index 000000000..57dc4b860
--- /dev/null
+++ b/tests/bugs150/Pr76374.aj
@@ -0,0 +1,5 @@
+public aspect Pr76374 {
+
+ declare parents : MissingType$InnerMissing implements Runnable;
+
+} \ No newline at end of file