summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidsig-tparams-bounds-b.check
blob: 74eb522cdd314c38a23d93d139f3299c2cdec750 (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 <: Int] = macro Impls.foo[U]
                                     ^
one error found