summaryrefslogtreecommitdiff
path: root/test/files/run/t6329_vanilla_bug.pending
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-09-06 22:19:56 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-09-06 22:26:45 +0200
commit3e855661136bb6c530ef1d3a24dc83800e7f1134 (patch)
treee1a89cb59cdd9b9ff1b30b68eaad96706fade40d /test/files/run/t6329_vanilla_bug.pending
parent9ac4b8a42872a0b33ac44633cc60d4009837dce1 (diff)
downloadscala-3e855661136bb6c530ef1d3a24dc83800e7f1134.tar.gz
scala-3e855661136bb6c530ef1d3a24dc83800e7f1134.tar.bz2
scala-3e855661136bb6c530ef1d3a24dc83800e7f1134.zip
test suite for SI-6329
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