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



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