summaryrefslogtreecommitdiff
path: root/test/files/jvm/t1464/MyTrait.scala
blob: 0b8ccc412bff0d801e597c3745e4d8a3abcb3af4 (plain) (blame)
1
2
3
4
5
trait MyTrait {
  type K
  def findChildByClass[T <: K with MyTrait]: Unit

}