From aa43994c9648183a81cba2557dc3188ef6ca341e Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 18 Aug 2008 14:53:44 +0000 Subject: corrected several problems with error reporting... corrected several problems with error reporting: positions checked twice, warnings masking errors. Refined solution of forward implicits without5 result type. --- test/files/neg/t1049.check | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 test/files/neg/t1049.check (limited to 'test/files/neg/t1049.check') diff --git a/test/files/neg/t1049.check b/test/files/neg/t1049.check new file mode 100755 index 0000000000..4a63cb175d --- /dev/null +++ b/test/files/neg/t1049.check @@ -0,0 +1,4 @@ +t1049.scala:6: error: not found: value a + case a : a.MapTo => + ^ +one error found -- cgit v1.2.3