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

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