summaryrefslogtreecommitdiff
path: root/test/files/neg/t9684b.scala
Commit message (Collapse)AuthorAgeFilesLines
* Rename the (deprecated) implicit conversion methods in JavaConversionsLukas Rytz2016-04-221-0/+14
Provide higher-priority implicit conversion methods whose names don't clash with methods in JavaConverters. This allows implicit conversions to work when importing both JavaConverters._ and JavaConversions._.