summaryrefslogtreecommitdiff
path: root/test/files/neg/eta-expand-star.check
blob: eba17210148e1e97b91e131843ec3c9d0465ad85 (plain) (blame)
1
2
3
4
eta-expand-star.scala:6: error: too many arguments (2) for method apply: (v1: Seq[T])Unit in trait Function1
    g(1, 2)
         ^
one error found