From 3e855661136bb6c530ef1d3a24dc83800e7f1134 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Thu, 6 Sep 2012 22:19:56 +0200 Subject: test suite for SI-6329 --- test/files/run/t6329_repl_bug.check | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/files/run/t6329_repl_bug.check (limited to 'test/files/run/t6329_repl_bug.check') diff --git a/test/files/run/t6329_repl_bug.check b/test/files/run/t6329_repl_bug.check new file mode 100644 index 0000000000..d4804fae37 --- /dev/null +++ b/test/files/run/t6329_repl_bug.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> -- cgit v1.2.3