summaryrefslogblamecommitdiff
path: root/test/files/pos/ksbug1.scala
blob: ee6ab9b49f1f4fd49add571f03780375f48cb260 (plain) (tree)
1
2
3
4
             


                                    
object test {
  type z[a, b] = a => b
  def f : z[Int, Int] = (i => i + 1)
}