summaryrefslogtreecommitdiff
path: root/test/files/run/macro-expand-tparams-only-in-impl/Impls_1.scala
blob: 5019d5d4a75e5d197e583d6b77d38c126f9ba68c (plain) (blame)
1
2
3
4
5
import scala.reflect.makro.{Context => Ctx}

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