summaryrefslogtreecommitdiff
path: root/test/files/run/t5629.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5629.scala')
-rw-r--r--test/files/run/t5629.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t5629.scala b/test/files/run/t5629.scala
index 69feddd3a5..5b91007f7e 100644
--- a/test/files/run/t5629.scala
+++ b/test/files/run/t5629.scala
@@ -27,10 +27,10 @@ class AnyChild extends Parent[Any] {
object Test {
-
+
def main(args: Array[String]) {
new IntChild().foo(33)
new AnyChild().foo(33)
}
-
+
}