summaryrefslogtreecommitdiff
path: root/test/files/run/noInlineUnknownIndy
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade asm to 5.1Lukas Rytz2016-07-201-1/+6
| | | | | The constructor of scala.tools.asm.Handle now takes an additional boolean parameter to denote whether the owner is an interface.
* Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-251-1/+1
| | | | Keep -Yopt-inline-heuristics and -Yopt-trace unchanged
* 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