From 43249001a566c46d6bb3b515045ab477b42a0c77 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Thu, 9 May 2013 12:55:15 +0200 Subject: SI-7461 c.typeCheck(silent = true) now suppresses ambiguous errors Otherwise use cases like the one shown in the attached test (trying to typecheck something, which leads to an ambiguous overload error) will mysteriously fail compilation. --- test/files/pos/t7461/Test_2.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/files/pos/t7461/Test_2.scala (limited to 'test/files/pos/t7461/Test_2.scala') diff --git a/test/files/pos/t7461/Test_2.scala b/test/files/pos/t7461/Test_2.scala new file mode 100644 index 0000000000..3839659c9a --- /dev/null +++ b/test/files/pos/t7461/Test_2.scala @@ -0,0 +1,3 @@ +class C { + def foo = Macros.foo +} \ No newline at end of file -- cgit v1.2.3