summaryrefslogblamecommitdiff
path: root/test/files/pos/t3938/UseParent.scala
blob: 685d1a03a841735f74a59323b37494f022cbaa5f (plain) (tree)
1
2
3
4
5
6
7

                            
 



                            
object UseParent {
  classOf[Parent[AnyRef]#I2]

  // OKAY
  classOf[Parent[AnyRef]#I3]
  classOf[Parent.I5]
}