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

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