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
Passes in analyzer, errors in CFE as it is transformed into a static method & static invocations are not allowed in const fns. Ideally it should ignore this for members declared isConst as they can't be declared const in user code without the experiment enabled.
The error can't be circumvented in either Analyzer or CFE via (0.0, 0.0) as Vec2D.
The text was updated successfully, but these errors were encountered:
The analyzer does not yet support inline classes and there is no target data for when support will be added. I'm going to remove the analyzer tag in favor of the general tracking issue at #49732.
Repro:
Passes in analyzer, errors in CFE as it is transformed into a static method & static invocations are not allowed in const fns. Ideally it should ignore this for members declared
isConst
as they can't be declared const in user code without the experiment enabled.The error can't be circumvented in either Analyzer or CFE via
(0.0, 0.0) as Vec2D
.The text was updated successfully, but these errors were encountered: