summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidsig-tparams-bounds-b.check
blob: 50f0944acc0bd46cb0d6c5d5e5589874eb899438 (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