From 0262941b3c5016d84f111bb9956190d333c7acf2 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Sun, 3 Feb 2013 13:59:35 +0100 Subject: removes the crazy extraneous log --- test/files/run/reflection-crazy-logs.check | 1 + test/files/run/reflection-crazy-logs.scala | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 test/files/run/reflection-crazy-logs.check create mode 100644 test/files/run/reflection-crazy-logs.scala (limited to 'test/files/run') diff --git a/test/files/run/reflection-crazy-logs.check b/test/files/run/reflection-crazy-logs.check new file mode 100644 index 0000000000..27ba77ddaf --- /dev/null +++ b/test/files/run/reflection-crazy-logs.check @@ -0,0 +1 @@ +true diff --git a/test/files/run/reflection-crazy-logs.scala b/test/files/run/reflection-crazy-logs.scala new file mode 100644 index 0000000000..6844faabf6 --- /dev/null +++ b/test/files/run/reflection-crazy-logs.scala @@ -0,0 +1,5 @@ +import scala.reflect.runtime.universe._ + +object Test extends App { + println(typeOf[List[Any]] <:< typeOf[List[T] forSome { type T }]) +} \ No newline at end of file -- cgit v1.2.3