summaryrefslogtreecommitdiff
path: root/test/files/run/typetags_multi.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/typetags_multi.scala')
-rw-r--r--test/files/run/typetags_multi.scala9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/files/run/typetags_multi.scala b/test/files/run/typetags_multi.scala
deleted file mode 100644
index a989662160..0000000000
--- a/test/files/run/typetags_multi.scala
+++ /dev/null
@@ -1,9 +0,0 @@
-import scala.reflect.runtime.universe._
-
-object Test extends App {
- println(typeOf[Int])
- println(typeOf[Array[Int]])
- println(typeOf[Array[Array[Int]]])
- println(typeOf[Array[Array[Array[Int]]]])
- println(typeOf[Array[Array[Array[Array[Int]]]]])
-} \ No newline at end of file