Yifan Zhou cc72c00e61
[Fix]: Fix homonymic rewriters bugs (#242)
* Fix bug

* license
2021-12-03 18:31:58 +08:00

10 lines
124 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
def func():
return 1
class C:
def method(self):
return 1