From 4a6ed4589089da89d13a221d4cb7bfe0c46ca7c7 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Fri, 15 Jun 2012 11:34:00 +0200 Subject: fixes SI-5912 --- test/files/run/t5912.scala | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/files/run/t5912.scala (limited to 'test/files/run/t5912.scala') diff --git a/test/files/run/t5912.scala b/test/files/run/t5912.scala new file mode 100644 index 0000000000..7710d04396 --- /dev/null +++ b/test/files/run/t5912.scala @@ -0,0 +1,6 @@ +object Test extends App{ + import scala.reflect.runtime.{currentMirror=>cm} + import scala.tools.reflect._ + import scala.reflect.runtime.universe._ + val tree = cm.mkToolBox().typeCheck( Literal(Constant("test")) ) +} \ No newline at end of file -- cgit v1.2.3