summaryrefslogblamecommitdiff
path: root/test/scaladoc/resources/SI_4676.scala
blob: 00c0fc7ea9ecbf89e3ad51f2cfcc9f71979b4c97 (plain) (tree)
1
2
3
4



                           
class SI_4676 {
  type SS = (String,String)
  def x(ss: SS): Int = 3
}