From ea78793c618968d8211c5eb353b057b7b5d1bfbb Mon Sep 17 00:00:00 2001 From: Hubert Plociniczak Date: Thu, 24 May 2012 16:42:56 +0200 Subject: Closes SI-5821. This was an interesting one. Basically an erroneous import was creating an erroneous symbol for Array (similary for other symbols that were 'found' in this import) which was leading to all sorts of inconsistencies and spurious errors. This wasn't a bug in ContextErrors but rather something that existed for ages and was hidden from the general audience. Review by @paulp. --- test/files/neg/t5821.check | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/files/neg/t5821.check (limited to 'test/files/neg/t5821.check') diff --git a/test/files/neg/t5821.check b/test/files/neg/t5821.check new file mode 100644 index 0000000000..f9c00604bc --- /dev/null +++ b/test/files/neg/t5821.check @@ -0,0 +1,4 @@ +t5821.scala:1: error: not found: object SthImportant +import SthImportant._ + ^ +one error found -- cgit v1.2.3