summaryrefslogtreecommitdiff
path: root/test/files/run/noInlineUnknownIndy
Commit message (Collapse)AuthorAgeFilesLines
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-1/+1
| | | | | | | | | Implicit conversions are now in package convert as ImplicitConversions, ImplicitConversionsToScala and ImplicitConversionsToJava. Deprecated WrapAsJava, WrapAsScala and the values in package object. Improve documentation.
* Test warnings when an indy cannot be inlinedLukas Rytz2015-07-082-0/+37
There are two cases tested here - An indyLMF where the lambda body method is private - An indy where the bootstrap method is not LMF