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
Purity checking should take constant expressions into account.
A constant expression with pure arguments is pure. Previously, this
was not taken into account, which meant that literalize did not
work for constant expressions contiaining primitive operations or
String adds.
0 commit comments