summaryrefslogtreecommitdiff
path: root/test/files/pos/t675.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t675.scala')
-rw-r--r--test/files/pos/t675.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/pos/t675.scala b/test/files/pos/t675.scala
index c736d9dc05..c284c0e202 100644
--- a/test/files/pos/t675.scala
+++ b/test/files/pos/t675.scala
@@ -7,7 +7,7 @@ trait T {
}
trait X {
def foo : Foo = FOO_0;
- }
+ }
}
object Test extends App {
@@ -15,5 +15,5 @@ object Test extends App {
val x = new t.X{}
Console.println(x.foo)
}
-
-
+
+