From fca291e6bbfb5c3e1eb1e0fd5715bf8b8b102804 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Sat, 9 Jun 2012 11:03:27 +0200 Subject: test case, closes SI-5738 --- test/files/pos/t5738.scala | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/files/pos/t5738.scala (limited to 'test/files/pos') diff --git a/test/files/pos/t5738.scala b/test/files/pos/t5738.scala new file mode 100644 index 0000000000..b8755ed66e --- /dev/null +++ b/test/files/pos/t5738.scala @@ -0,0 +1,8 @@ +import scala.reflect.runtime.universe._ + +object Test extends App { + def f[T](a: T, b: T) = { + reify(a.toString + b) + reify(a + b.toString) + } +} \ No newline at end of file -- cgit v1.2.3