summaryrefslogtreecommitdiff
path: root/test/files/pos/t5245.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t5245.scala')
-rw-r--r--test/files/pos/t5245.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t5245.scala b/test/files/pos/t5245.scala
index 3a4b4d286e..763be9ec26 100644
--- a/test/files/pos/t5245.scala
+++ b/test/files/pos/t5245.scala
@@ -1,3 +1,3 @@
-object Foo {
+object Foo {
def bar = { var x = (); def foo() = x }
} \ No newline at end of file