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