独毒火

Results 4 comments of 独毒火

@terryyin I found that if `.class` is present (for example, in method call parameters), it causes issues with subsequent method resolution. Test code: ```python def test_my_code(self): code = """ public...

> [@liying2008](https://github.com/liying2008) thanks for providing the example. Now I can reproduce the problem with additional test and the bug should be fixed now. I've made a new release, please check....

Hi, @terryyin . I've found another issue. When `::new` appears in a method, the parsing becomes incorrect, and the subsequent methods cannot be resolved. **This issue still exists in version...

> [@liying2008](https://github.com/liying2008) thanks for report and it's so nice to see a test is provided. The problem is fixed with a new release. Thanks to @terryyin — the issue is...