mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 10:20:56 +07:00
11 lines
198 B
Java
11 lines
198 B
Java
// "Create local variable 'zeit'" "true-preview"
|
|
public class A {
|
|
void foo() {
|
|
String[] split = null;
|
|
ze<caret>it//c1
|
|
= split//c2
|
|
[1]; // 2011-04-13
|
|
}
|
|
|
|
}
|