Open
Description
Compiler version
3.3.0-RC4
Description
We create all accessors with Synthetic | Method
but not Artifact
(which adds ACC_SYNTHETIC
to the bytecode).
It seems that the bytecode for these methods should contain ACC_SYNTHETIC
because they are not defined in the source.
ACC_SYNTHETIC | 0x1000 | Declared synthetic; not present in the source code. |
---|