mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38: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 ''l''" "true-preview"
|
||||
class Test {
|
||||
void test() {
|
||||
char x = "Hello".<caret>charAt(2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user