From ff7416d88b67b26c5f066ef08801517c09bd2859 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 10 Aug 2011 00:56:07 +0000 Subject: Expanded the range of a warning, and made suppr... Expanded the range of a warning, and made suppressed warnings visible. Modified the positioning of "permanently hidden" errors so that when there is more than one, the later ones are not ignored. Also changed the error suppression code to emit the error anyway if -Ydebug was given (it is prefixed with "[suppressed] ".) Since I can't be the only one who wondered where his errors were vanishing to. No review. --- test/files/neg/permanent-blindness.check | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/files/neg/permanent-blindness.check (limited to 'test/files/neg/permanent-blindness.check') diff --git a/test/files/neg/permanent-blindness.check b/test/files/neg/permanent-blindness.check new file mode 100644 index 0000000000..18b4543707 --- /dev/null +++ b/test/files/neg/permanent-blindness.check @@ -0,0 +1,10 @@ +permanent-blindness.scala:10: error: imported `Bippy' is permanently hidden by definition of class Bippy in package bar + import foo.{ Bippy, Bop, Dingus } + ^ +permanent-blindness.scala:10: error: imported `Bop' is permanently hidden by definition of object Bop in package bar + import foo.{ Bippy, Bop, Dingus } + ^ +permanent-blindness.scala:10: error: imported `Dingus' is permanently hidden by definition of object Dingus in package bar + import foo.{ Bippy, Bop, Dingus } + ^ +three errors found -- cgit v1.2.3