summaryrefslogtreecommitdiff
path: root/test/files/run/t4216.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4216.scala')
-rw-r--r--test/files/run/t4216.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/t4216.scala b/test/files/run/t4216.scala
index 4ada8f48aa..d9395cf538 100644
--- a/test/files/run/t4216.scala
+++ b/test/files/run/t4216.scala
@@ -4,6 +4,7 @@ import scala.tools.partest.ReplTest
object Test extends ReplTest {
def code =
"""
+ |import scala.reflect.ArrayTag
|def f[A: ArrayTag](a: A) = java.util.Arrays.asList(Array(a): _*)
|f(".")
|f(0)