summaryrefslogtreecommitdiff
path: root/test/pos/eta.scala
blob: 67e6c0f080bb61ccb2d3bf8a839bd26d0f85fde1 (plain) (blame)
1
2
3
4
5
module test {

def sum(f: Int => Int)(x: Int, y: Int): Int = 0;
def g = sum;
}