mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 11:18:16 +07:00
10 lines
175 B
Java
10 lines
175 B
Java
// "Create local variable 'zeit'" "true"
|
|
public class A {
|
|
void foo() {
|
|
String[] split = null;
|
|
ze<caret>it//c1
|
|
= split[1]; // 2011-04-13
|
|
}
|
|
|
|
}
|