summaryrefslogtreecommitdiff
path: root/test/files/run/t3509.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3509.scala')
-rw-r--r--test/files/run/t3509.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t3509.scala b/test/files/run/t3509.scala
index 76f8d6016e..7ec150eb01 100644
--- a/test/files/run/t3509.scala
+++ b/test/files/run/t3509.scala
@@ -1,7 +1,7 @@
object Test {
- class Foo(final var i:Int)
-
+ class Foo(final var i:Int)
+
def main(args : Array[String]) : Unit = {
val foo = new Foo(0)
foo.i += 1