aboutsummaryrefslogtreecommitdiff
path: root/tests/run/redundantParents.check
diff options
context:
space:
mode:
authorNicolas Stucki <nicolas.stucki@gmail.com>2016-07-05 10:50:47 +0200
committerNicolas Stucki <nicolas.stucki@gmail.com>2016-07-13 10:30:12 +0200
commit468ff9c0fd341395d39eb57959755fb718990035 (patch)
tree4fcdbb476adc8772c70a80e370a0be3786287669 /tests/run/redundantParents.check
parentbef40b45f6c15bf55fa73ea7923cb4da74cf77d0 (diff)
downloaddotty-468ff9c0fd341395d39eb57959755fb718990035.tar.gz
dotty-468ff9c0fd341395d39eb57959755fb718990035.tar.bz2
dotty-468ff9c0fd341395d39eb57959755fb718990035.zip
Fix #1209: Skip redundant superclasses\supertraits.
Diffstat (limited to 'tests/run/redundantParents.check')
-rw-r--r--tests/run/redundantParents.check8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/run/redundantParents.check b/tests/run/redundantParents.check
new file mode 100644
index 000000000..4c7e367ce
--- /dev/null
+++ b/tests/run/redundantParents.check
@@ -0,0 +1,8 @@
+C1 super class: class java.lang.Object
+C1 interfaces: List(interface T2)
+C2 super class: class C1
+C2 interfaces: List(interface T4, interface T5)
+C3 super class: class C1
+C3 interfaces: List(interface T5)
+C4 super class: class C2
+C4 interfaces: List()