aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/macro/run/t5840.scala
blob: ba2376f0f864ef94535646cdcbd07480eac660d4 (plain) (blame)
1
2
3
4
5
6
7
import scala.reflect.runtime.universe._

object Test extends dotty.runtime.LegacyApp {
  reify {
    class C[T <: String with Singleton]
  }
}