From cbf1547556f6ab865282702218fabed087797c91 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Sat, 9 Jun 2012 11:15:49 +0200 Subject: test case, closes SI-5840 --- test/files/run/t5840.scala | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/files/run/t5840.scala (limited to 'test/files/run') diff --git a/test/files/run/t5840.scala b/test/files/run/t5840.scala new file mode 100644 index 0000000000..da036d5122 --- /dev/null +++ b/test/files/run/t5840.scala @@ -0,0 +1,7 @@ +import scala.reflect.runtime.universe._ + +object Test extends App { + reify { + class C[T <: String with Singleton] + } +} \ No newline at end of file -- cgit v1.2.3