bughelp wanted
倉庫指標
- Star
- (16,577 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
While upgrading an application to CS2 we ran into the following issue in an obscure usage of nested classes.

As you can see, the nested bound method thought its this is the parent class. This seems to happen on a "parse" level, because it's replaced in the code. This lead to tricky to catch bug on our side.