-
Notifications
You must be signed in to change notification settings - Fork 152
Rewrites for same class token #186
Copy link
Copy link
Open
Labels
featureNew feature or requestNew feature or requestuser-code-rewriteRelates to code rewrite that tool performs on user code to make it compilable / redirect-readyRelates to code rewrite that tool performs on user code to make it compilable / redirect-ready
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestuser-code-rewriteRelates to code rewrite that tool performs on user code to make it compilable / redirect-readyRelates to code rewrite that tool performs on user code to make it compilable / redirect-ready
This is the usecase I'd like to make workable. I open this as a reference and will try to make a PR sooner or later.
It seems doable as we simply need to rewrite
<MyClass>andTypeof(myclass)and class naming, which is not rewritten when in the same class as of now.