summaryrefslogtreecommitdiff
path: root/test-nsc/files/pos/eta.scala
blob: 7d862f67b130813c0d504fde653902c6dfe32bd6 (plain) (blame)
1
2
3
4
5
object test {

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