uio-jpt / pt-compiler

5 stars 0 forks source link

Overzealous renaming in adds class #23

Open ksa618 opened 11 years ago

ksa618 commented 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