diff options
Diffstat (limited to 'tests/bugs150/Pr76374.aj')
-rw-r--r-- | tests/bugs150/Pr76374.aj | 5 |
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 |