summaryrefslogtreecommitdiff
path: root/test/files/pos/t690.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t690.scala')
-rw-r--r--test/files/pos/t690.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t690.scala b/test/files/pos/t690.scala
index a93c54f007..3fcdca785d 100644
--- a/test/files/pos/t690.scala
+++ b/test/files/pos/t690.scala
@@ -10,5 +10,5 @@ trait test {
override def foo(t : T) = super.foo(t);
}
def t : T;
- M0.foo(t);
+ M0.foo(t);
}