summaryrefslogtreecommitdiff
path: root/test/files/run/t2514.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t2514.scala')
-rw-r--r--test/files/run/t2514.scala6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/files/run/t2514.scala b/test/files/run/t2514.scala
index 21c4afb472..cf5fa0ea02 100644
--- a/test/files/run/t2514.scala
+++ b/test/files/run/t2514.scala
@@ -1,3 +1,7 @@
+
+
+import scala.language.{ implicitConversions, postfixOps, reflectiveCalls }
+
object Test
{
implicit def x[A](a: A) = new { def xx = a }
@@ -12,4 +16,4 @@ object Test
assert(r5 == 24)
}
-} \ No newline at end of file
+}