summaryrefslogtreecommitdiff
path: root/test/files/pos/t1123.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1123.scala')
-rw-r--r--test/files/pos/t1123.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1123.scala b/test/files/pos/t1123.scala
index a7b009cbbe..3812fa3eb3 100644
--- a/test/files/pos/t1123.scala
+++ b/test/files/pos/t1123.scala
@@ -7,5 +7,5 @@ object Test {
}
def f = extraListener.h
}
- def main(args : Array[String]) : Unit = (new Editor).f
+ def main(args : Array[String]) : Unit = (new Editor).f
}