From 21b147f7caf8b558b00044f493cf9da392c7e30e Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 14 Feb 2003 14:39:24 +0000 Subject: Initial version. --- test/files/pos/eta.scala | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/files/pos/eta.scala (limited to 'test/files/pos/eta.scala') diff --git a/test/files/pos/eta.scala b/test/files/pos/eta.scala new file mode 100644 index 0000000000..67e6c0f080 --- /dev/null +++ b/test/files/pos/eta.scala @@ -0,0 +1,5 @@ +module test { + +def sum(f: Int => Int)(x: Int, y: Int): Int = 0; +def g = sum; +} \ No newline at end of file -- cgit v1.2.3