From 7b0f0a142bb526f4bd108a8c208ec9a8952398c9 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Mon, 4 Jun 2012 13:53:13 +0200 Subject: repairs the tests after the refactoring spree --- test/files/pos/t3498-new.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/files/pos/t3498-new.scala') diff --git a/test/files/pos/t3498-new.scala b/test/files/pos/t3498-new.scala index 653c50042a..7388e53e3e 100644 --- a/test/files/pos/t3498-new.scala +++ b/test/files/pos/t3498-new.scala @@ -1,3 +1,5 @@ +import scala.reflect.{ArrayTag, arrayTag} + abstract class A[T, @specialized(scala.Int) U : ArrayTag] { def f(state: T): Array[U] } -- cgit v1.2.3