summaryrefslogtreecommitdiff
path: root/test/files/pos/t3274.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3274.scala')
-rw-r--r--test/files/pos/t3274.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/pos/t3274.scala b/test/files/pos/t3274.scala
index dfa6a4ec01..15723184bb 100644
--- a/test/files/pos/t3274.scala
+++ b/test/files/pos/t3274.scala
@@ -1,7 +1,7 @@
-trait A { this: B =>
- trait X {
+trait A { this: B =>
+ trait X {
class Y1 extends Y
- }
+ }
}
trait B extends A {