summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidsig-tparams-bounds-a.check
blob: b6248a1c478d620880a42bce3d6c95533a98c7ed (plain) (blame)
1
2
3
4
Macros_Test_2.scala:2: error: type arguments [U] do not conform to method foo's type parameter bounds [U <: String]
  def foo[U] = macro Impls.foo[U]
                              ^
one error found