summaryrefslogtreecommitdiff
path: root/test/files/neg/t4270.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-4270 Disqualify in scope implicits that are shadowed.Jason Zaugg2012-06-101-0/+4
If an expression wouldn't type check explicitly, it shouldn't be allowed implicitly. Employs typedIdent, which already does this sort of thing rather well, instead of continuing to reimplement it in Implicits. Remove check for non-implicit synonym, which is subsumed by typing an Ident. Workaround Scaladoc oddity, by using an attributed select when the context is deficient.