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