summaryrefslogtreecommitdiff
path: root/test/files/run/t874.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t874.scala')
-rw-r--r--test/files/run/t874.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t874.scala b/test/files/run/t874.scala
index d83014651b..41d124f728 100644
--- a/test/files/run/t874.scala
+++ b/test/files/run/t874.scala
@@ -5,7 +5,7 @@ object Test {
}
U("xyz")(2)
}
- class Mix extends Base {
+ class Mix extends Base {
case class U[A](x1: A)(x2: Int) {
Console.println("U created with "+x1+" and "+x2)
}