summaryrefslogblamecommitdiff
path: root/test/files/neg/t5564.check
blob: e7e13ccc9c26199ac2bf0d0939299a25389d0c2a (plain) (tree)
1
2
3
4



                                                                                                                    
t5564.scala:8: error: inferred type arguments [A] do not conform to method bar's type parameter bounds [B >: A <: C]
  def bar[B >: A <: C]: T = throw new Exception
      ^
one error found