summaryrefslogtreecommitdiff
path: root/test/files/run/t4398.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4398.scala')
-rw-r--r--test/files/run/t4398.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/t4398.scala b/test/files/run/t4398.scala
index 1d57eb688d..87dc870afc 100644
--- a/test/files/run/t4398.scala
+++ b/test/files/run/t4398.scala
@@ -1,5 +1,7 @@
+import scala.language.{ postfixOps }
+
object Test {
def main(args: Array[String]) {
val x = 1 to 10 toSet