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