summaryrefslogblamecommitdiff
path: root/test/files/pos/t3419/C_2.scala
blob: da721d2c31ab69b00db86a3842688a0af1036dfe (plain) (tree)
1
2
3


                                                          
object F {
  type S = T[Any,Int] {type X[N <: Int, Acc <: Int] = Acc}
}