summaryrefslogtreecommitdiff
path: root/test/files/pos/cls1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/cls1.scala')
-rw-r--r--test/files/pos/cls1.scala4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/files/pos/cls1.scala b/test/files/pos/cls1.scala
index badc4e793a..fd64a57073 100644
--- a/test/files/pos/cls1.scala
+++ b/test/files/pos/cls1.scala
@@ -1,11 +1,9 @@
-package cls1;
+package test;
trait A {
-
type T;
trait B extends A {
type T = A.this.T;
}
-
} \ No newline at end of file