summaryrefslogtreecommitdiff
path: root/test/files/neg/nowarnDefaultJunitMethods.flags
Commit message (Collapse)AuthorAgeFilesLines
* Emit mixin forwarders for JUnit-annotated trait methods by defaultLukas Rytz2016-09-011-1/+0
| | | | | | | | | | | JUnit 4 does not support default methods. For better user experience, this commit makes the compiler generate mixin forwarders for inherited trait methods that carry a JUnit annotation. The -Yjunit-trait-methods-no-forwarders flag disables this behavior. This supersedes the scala-js/scala-2.12-junit-mixin-plugin compiler plugin.
* More efficient code for deciding if a mixin forwarder is needed (#5116)Lukas Rytz2016-04-251-0/+1
Also adds a warning on junit test methods that compile as default methods.