summaryrefslogtreecommitdiff
path: root/test/files/neg/t0699/B.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t0699/B.scala')
-rw-r--r--test/files/neg/t0699/B.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/neg/t0699/B.scala b/test/files/neg/t0699/B.scala
new file mode 100644
index 0000000000..f1f17efe8f
--- /dev/null
+++ b/test/files/neg/t0699/B.scala
@@ -0,0 +1,5 @@
+object B {
+ trait T1 extends A.T
+ trait T2 extends A.C
+ class C1 extends A.C
+} \ No newline at end of file