aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs193/543657/X.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs193/543657/X.java')
-rw-r--r--tests/bugs193/543657/X.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bugs193/543657/X.java b/tests/bugs193/543657/X.java
new file mode 100644
index 000000000..0c3f1a519
--- /dev/null
+++ b/tests/bugs193/543657/X.java
@@ -0,0 +1,3 @@
+aspect X {
+declare parents: Basic3b implements java.io.Serializable;
+}