mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
[java-inspections] IDEA-298718 Simplify array/list/string creation and immediate access
GitOrigin-RevId: 60df8ffa9aee53abf897e4fa6b42da4909a0e40b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
04d9657b40
commit
f19b3cd370
@@ -0,0 +1,6 @@
|
||||
// "Replace with '3'" "true-preview"
|
||||
class Test {
|
||||
void test() {
|
||||
int x = 3;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user