summaryrefslogtreecommitdiff
path: root/test/files/run/t3529.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3529.scala')
-rw-r--r--test/files/run/t3529.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/t3529.scala b/test/files/run/t3529.scala
index bb82424bf6..a5977d0a6c 100644
--- a/test/files/run/t3529.scala
+++ b/test/files/run/t3529.scala
@@ -1,3 +1,4 @@
+import scala.language.postfixOps
object Test {
def main(args: Array[String]): Unit = {
assert(1 to 10 drop 10 isEmpty)