[java-intentions] IntroduceVariableErrorFixAction: preview-friendly

GitOrigin-RevId: 9db632643fe116f835b32ec42b1b03be917f9000
This commit is contained in:
Andrey Cherkasov
2023-01-19 05:26:51 +04:00
committed by intellij-monorepo-bot
parent 30d9784c64
commit 13c0dc41a1
3 changed files with 18 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
// "Introduce local variable" "true"
// "Introduce local variable" "true-preview"
class a {
void a() {
list.add(new Runnable(){

View File

@@ -1,4 +1,4 @@
// "Introduce local variable" "true"
// "Introduce local variable" "true-preview"
class a {
void a() {
list.add(new Runnable(){