mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
9 lines
154 B
Java
9 lines
154 B
Java
// "Create local variable 'zeit'" "true-preview"
|
|
public class A {
|
|
void foo() {
|
|
String[] split = null;
|
|
ze<caret>it = split[1]
|
|
}
|
|
|
|
}
|