From 7b0f0a142bb526f4bd108a8c208ec9a8952398c9 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Mon, 4 Jun 2012 13:53:13 +0200 Subject: repairs the tests after the refactoring spree --- test/files/run/t5256h.scala | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/files/run/t5256h.scala (limited to 'test/files/run/t5256h.scala') diff --git a/test/files/run/t5256h.scala b/test/files/run/t5256h.scala new file mode 100644 index 0000000000..723d606a1e --- /dev/null +++ b/test/files/run/t5256h.scala @@ -0,0 +1,10 @@ +import scala.reflect.runtime.universe._ +import scala.reflect.runtime.{currentMirror => cm} + +object Test extends App { + val mutant = new { val x = 2 } + val c = cm.reflectClass(mutant.getClass).symbol + println(c) + println(c.fullName) + println(c.typeSignature) +} -- cgit v1.2.3