From 066a800e3935988760dcfca44bef91e5b119c23b Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Sat, 9 Jun 2012 11:02:10 +0200 Subject: test case, closes SI-5742 --- test/files/pos/t5742.scala | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/files/pos/t5742.scala diff --git a/test/files/pos/t5742.scala b/test/files/pos/t5742.scala new file mode 100644 index 0000000000..3d3125b5d3 --- /dev/null +++ b/test/files/pos/t5742.scala @@ -0,0 +1,8 @@ +import scala.reflect.runtime.universe._ + +object Test extends App { + def foo[T](a: T) = reify { + val x1 = a + val x2 = reify(a) + } +} \ No newline at end of file -- cgit v1.2.3