scala.tools.partest
A trait for testing icode. All you need is this in a partest source file:
object Test extends IcodeTest
And then the generated output will be the icode for everything in that file. See source for possible customizations.
Debugger interest only below this line *
Run a test only if the current java version is at least the version specified.
(Since version 2.11.0) The delayedInit mechanism will disappear.
A trait for testing icode. All you need is this in a partest source file:
And then the generated output will be the icode for everything in that file. See source for possible customizations.