summaryrefslogtreecommitdiff
path: root/test/files/neg/trait-no-native.scala
Commit message (Collapse)AuthorAgeFilesLines
* Prohibit @native method in traitAdriaan Moors2016-06-021-0/+4
On the JVM, a @native interface method results in a VerifyError. Other platforms could decide to be more permissive, but it seems like allowing them in classes is enough.