[java-inspections] CreateLocalFromUsageFix: tests for preview

GitOrigin-RevId: 18145df666bfb6601725d6cdd13a14bb341fe32a
This commit is contained in:
Tagir Valeev
2022-07-26 11:37:12 +02:00
committed by intellij-monorepo-bot
parent 00e0603e53
commit 6266f14d9b
60 changed files with 60 additions and 60 deletions

View File

@@ -1,4 +1,4 @@
// "Create local variable 'a'" "true"
// "Create local variable 'a'" "true-preview"
class C {
void foo() {
int a<caret> = 10;