summaryrefslogtreecommitdiff
path: root/test/files/run/t5356.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5356.scala')
-rw-r--r--test/files/run/t5356.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/t5356.scala b/test/files/run/t5356.scala
index ec17e036ad..dabb9ef855 100644
--- a/test/files/run/t5356.scala
+++ b/test/files/run/t5356.scala
@@ -1,3 +1,5 @@
+
+import scala.language.{ reflectiveCalls }
object Test {
def f(x: Any { def toInt: Int }) = println(x.toInt + " " + x.getClass.getName)