Open ksa618 opened 11 years ago
If class A has a method called f(), and f() is renamed to g(), then gets a new method called f() through an adds class, any access to f() in the adds class is renamed to g().
Testcase: PTFrontend/test/runtime_tests/new_name_same_as_rename
If class A has a method called f(), and f() is renamed to g(), then gets a new method called f() through an adds class, any access to f() in the adds class is renamed to g().
Testcase: PTFrontend/test/runtime_tests/new_name_same_as_rename