aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t2133.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix of SI 2133Martin Odersky2014-05-201-0/+18
We now restrict wildcard imports to members that are accessible at the point of import. This is a fix of an open Scala ticket.