summaryrefslogtreecommitdiff
path: root/test/files/run/t4680.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4680.scala')
-rw-r--r--test/files/run/t4680.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t4680.scala b/test/files/run/t4680.scala
index d5c8d0e7af..88611df7ae 100644
--- a/test/files/run/t4680.scala
+++ b/test/files/run/t4680.scala
@@ -43,13 +43,13 @@ class E() extends D() {
object Test {
def p(msg: String) = println("\n\n// " + msg)
-
+
def main(args: Array[String]) {
p("new C { }")
new C { }
p("new C { 5 }")
new C { 5 }
-
+
p("new D()")
new D()
p("new D() { }")