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

              
                                        
 
import scala.reflect.macros.blackbox.Context

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