summaryrefslogtreecommitdiff
path: root/test/files/pos/t5769.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t5769.scala')
-rw-r--r--test/files/pos/t5769.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/pos/t5769.scala b/test/files/pos/t5769.scala
index 723d37bfee..523fe08a60 100644
--- a/test/files/pos/t5769.scala
+++ b/test/files/pos/t5769.scala
@@ -1,4 +1,5 @@
// a.scala
+import scala.reflect.{ArrayTag, arrayTag}
class A {
type AI = Array[Int]