summaryrefslogblamecommitdiff
path: root/test/pending/neg/macro-invalidusage-badbounds-b/Impls_1.scala
blob: 89020de7dd1d8d977364641f258522523795c9fd (plain) (tree)
1
2
3
4
5
                                            



                                    
import scala.reflect.macros.{Context => Ctx}

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