summaryrefslogtreecommitdiff
path: root/test/files/run/t5284b.check
blob: 71426ad0b788cda55db2c4a08e7c4b0455134dfa (plain) (blame)
1
2
3
4
t5284b.scala:27: warning: type S is unused or used in non-specializable positions.
  def bar[@specialized(Int) W <: T, @specialized(Int) S](w: W) = id(w)
      ^
17