Am 15.01.2018 um 15:21 schrieb Daniel Sun:
Hi Jesper,
Thanks for your advice :-)
That's much easier than making the order dependent on the usage.
Actually javac makes the order dependent on the local variables usage
in the lambda body. I'll follow its way for the time being because I can
reference how it make lambda work ;-)
yes, don't worry and use the standard mechanisms we have in the compiler
here already, which means we do not reuse variable slots and order is
dependent on usage. As long as the variable names and the line numbers
are correct for the debugger later of course ;)
bye Jochen