summaryrefslogblamecommitdiff
path: root/test/scaladoc/resources/SI_4715.scala
blob: 29daf43717a86a9c60791be88ccd2a662fd5b1a6 (plain) (tree)
1
2
3
4
5
6
7






                                           
class SI_4715 {
  type :+:[X,Y] = Map[X,Y]
  val withType: Int :+: Double = error("")

  trait :-:[X,Y]
  val withTrait: Int :-: Double = error("")
}