summaryrefslogblamecommitdiff
path: root/test/files/pos/t8736-b.scala
blob: 903292d2329817fe1dcd7ab0ba1eb42802fad02f (plain) (tree)
1
2
3
4
5
6
7






                                                
// scalac: -feature -language:_ -Xfatal-warnings
// showing that all are set
class X {
  def hk[M[_]] = ???

  implicit def imp(x: X): Int = x.hashCode
}