Closed simerplaha closed 3 weeks ago
For example, in the following case, renaming Parent.function should also rename Child.function
Parent.function
Child.function
Interface Parent { fn function() -> () } Contract Child() implements Parent { fn function() -> () { } }
Resolved in #319.
For example, in the following case, renaming
Parent.function
should also renameChild.function