We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a58a3 commit cbf1547Copy full SHA for cbf1547
test/files/run/t5840.scala
@@ -0,0 +1,7 @@
1
+import scala.reflect.runtime.universe._
2
+
3
+object Test extends App {
4
+ reify {
5
+ class C[T <: String with Singleton]
6
+ }
7
+}
0 commit comments