Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new Thread的匿名内部类的写法不会被替换 #433

Open
romantiskt opened this issue Sep 22, 2023 · 0 comments
Open

new Thread的匿名内部类的写法不会被替换 #433

romantiskt opened this issue Sep 22, 2023 · 0 comments

Comments

@romantiskt
Copy link

最新版本,当new Thread使用下面写法不会被替换成ShadowThread

Thread thread = new Thread() {
            @Override
            public void run() {
              super.run();
            }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant