diff options
Diffstat (limited to 'tests/bugs152/binaryDecp/X.aj')
-rw-r--r-- | tests/bugs152/binaryDecp/X.aj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugs152/binaryDecp/X.aj b/tests/bugs152/binaryDecp/X.aj new file mode 100644 index 000000000..837c825d0 --- /dev/null +++ b/tests/bugs152/binaryDecp/X.aj @@ -0,0 +1,4 @@ +public aspect X { + declare parents: SubSubClassLoader extends SubClassLoader; +// declare parents: SubClassLoader extends ClassLoader; +} |