summaryrefslogtreecommitdiff
path: root/test/files/neg/t9684.check
Commit message (Collapse)AuthorAgeFilesLines
* Reduce deprecations and warningsSimon Ochsenreither2016-08-021-2/+2
|
* SI-9084 Add `since` (if available) to deprecation warningsSimon Ochsenreither2016-05-281-2/+2
|
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-0/+9
Implicit conversions are now in package convert as ImplicitConversions, ImplicitConversionsToScala and ImplicitConversionsToJava. Deprecated WrapAsJava, WrapAsScala and the values in package object. Improve documentation.