summaryrefslogtreecommitdiff
path: root/test/files/neg/overloaded-implicit.flags
Commit message (Collapse)AuthorAgeFilesLines
* Moved a warning behind -Xlint.Paul Phillips2011-07-091-1/+1
| | | | | meant for --grep to look in checkfiles too, and now it does. No review.
* Deprecation patrol.Paul Phillips2010-11-081-0/+1
the same issues as JavaConversions with respect to overloading implicit methods making them inaccessible to view bounds. Fixed JavaConverters. Added a warning for when people overload parameterized implicits: in almost all cases the name is irrelevant so there's little point in unwittingly suffering degraded functionality. No review.