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
any other definition can not start with extension_, so I would expect this not to work.
the desugared method is extension_extension_foo, should there be an extra check in Desugar for the unexpanded extension method name beginning like that?
The text was updated successfully, but these errors were encountered:
the desugared method is extension_extension_foo, should there be an extra check in Desugar for the unexpanded extension method name beginning like that?
Uh oh!
There was an error while loading. Please reload this page.
Minimized code
Output
compiles ok
Expectation
any other definition can not start with
extension_
, so I would expect this not to work.the desugared method is
extension_extension_foo
, should there be an extra check in Desugar for the unexpanded extension method name beginning like that?The text was updated successfully, but these errors were encountered: