summaryrefslogtreecommitdiff
path: root/test/files/run/t6329_vanilla_bug.pending
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6329_vanilla_bug.pending')
-rw-r--r--test/files/run/t6329_vanilla_bug.pending7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/run/t6329_vanilla_bug.pending b/test/files/run/t6329_vanilla_bug.pending
new file mode 100644
index 0000000000..404f90bf6e
--- /dev/null
+++ b/test/files/run/t6329_vanilla_bug.pending
@@ -0,0 +1,7 @@
+import scala.reflect.runtime.universe._
+import scala.reflect.runtime._
+
+object Test extends App {
+ println(classManifest[List[_]])
+ println(scala.reflect.classTag[List[_]])
+} \ No newline at end of file