From 0642bdf04484bfccd03abacdd278750eebf22d98 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sat, 16 Oct 2010 16:55:30 +0000 Subject: new tests. no review. --- test/files/pos/t3672.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/files/pos/t3672.scala (limited to 'test/files/pos/t3672.scala') diff --git a/test/files/pos/t3672.scala b/test/files/pos/t3672.scala new file mode 100644 index 0000000000..b2752ce21f --- /dev/null +++ b/test/files/pos/t3672.scala @@ -0,0 +1,4 @@ +object Test { + def foo(f: Int => Int) = () ; foo { implicit x : Int => x + 1 } + def bar(f: Int => Int) = () ; foo { x : Int => x + 1 } +} -- cgit v1.2.3