You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My understanding is that the compiler should not remove globally visible assignment to properties at SIMPLE_OPTIMIZATION level. If that is true then there is a bug which can be triggered with this simple test case.
The bug may be connected to the DeadPropertyAssignmentElimination pass. If I disable the pass from DefaultPassConfig.java the generated output becomes correct again.