summaryrefslogtreecommitdiff
path: root/test/files/pos/t3363-new.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3363-new.scala')
-rw-r--r--test/files/pos/t3363-new.scala4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/files/pos/t3363-new.scala b/test/files/pos/t3363-new.scala
index 270462745c..e609f4d55f 100644
--- a/test/files/pos/t3363-new.scala
+++ b/test/files/pos/t3363-new.scala
@@ -1,3 +1,5 @@
+import scala.reflect.runtime.universe._
+
object TestCase {
//now matter if you put (abstract) class or trait it will fail in all cases
@@ -15,4 +17,4 @@ object TestCase {
println(Map(1 -> "2") is List(2))
}
- }
+ } \ No newline at end of file