summaryrefslogtreecommitdiff
path: root/test/files/run/static-module-method.scala
Commit message (Collapse)AuthorAgeFilesLines
* Make GenASM not eliminate loadmodule on static methods.James Iry2013-11-061-0/+14
During development of delayed delambdafy there was a problem where GenASM would eliminate a loadmodule for all methods defined within that module even if those methods were static. The result would be broken byte code that failed verification. This commit fixes that and adds a test.