On Jul 5, 2017, at 7:26 AM, Karen Kinnear <[email protected]> wrote: > > John’s longer term plan is that ultimately the byte code can only be executed > in the value class itself
Slight correction: ultimately the byte code requires private access to the value class itself. This means that nestmates can use that bytecode also. Access rules are as if it were a private method. We don't want to require bridge methods to use withers within a compilation unit.
