summaryrefslogtreecommitdiff
path: root/test/files/run/t6329_repl.check
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_repl.check
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_repl.check')
-rw-r--r--test/files/run/t6329_repl.check13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/files/run/t6329_repl.check b/test/files/run/t6329_repl.check
new file mode 100644
index 0000000000..d4804fae37
--- /dev/null
+++ b/test/files/run/t6329_repl.check
@@ -0,0 +1,13 @@
+Type in expressions to have them evaluated.
+Type :help for more information.
+
+scala>
+
+scala> classManifest[List[_]]
+warning: there were 1 deprecation warnings; re-run with -deprecation for details
+res0: scala.reflect.ClassTag[List[_]] = scala.collection.immutable.List[Any]
+
+scala> scala.reflect.classTag[List[_]]
+res1: scala.reflect.ClassTag[List[_]] = scala.collection.immutable.List
+
+scala>