summaryrefslogtreecommitdiff
path: root/test/files/pos/t4432.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t4432.scala')
-rw-r--r--test/files/pos/t4432.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t4432.scala b/test/files/pos/t4432.scala
index 106312311a..09f4c2ab34 100644
--- a/test/files/pos/t4432.scala
+++ b/test/files/pos/t4432.scala
@@ -9,7 +9,7 @@ object Main {
}
new A
}
-
+
def foo2 = {
class B {
val x = {
@@ -38,5 +38,5 @@ object Main {
}
new D
}
-
+
}