summaryrefslogtreecommitdiff
path: root/test/files/pos/t1107/O.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1107/O.scala')
-rw-r--r--test/files/pos/t1107/O.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t1107/O.scala b/test/files/pos/t1107/O.scala
index 0198867704..aa605a6d09 100644
--- a/test/files/pos/t1107/O.scala
+++ b/test/files/pos/t1107/O.scala
@@ -4,10 +4,10 @@ object O
case s: Sub => true
case _ => false
}
-
+
def main(args: Array[String]): Unit = {
val c = new AnyRef with C
c.bob.toString + c.bob2.toString
- }
+ }
}