summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidusage-badbounds-a/Impls_1.scala
blob: 6ee71a36286d8e84eb3edc161ab8c775415db6b2 (plain) (blame)
1
2
3
4
5
import scala.reflect.macros.{Context => Ctx}

object Impls {
  def foo[U <: String](c: Ctx) = c.literalUnit
}