mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
9 lines
161 B
Java
9 lines
161 B
Java
// "Create Local Variable 'zeit'" "true"
|
|
public class A {
|
|
void foo() {
|
|
String[] split = null;
|
|
String zeit = split[1]; // 2011-04-13
|
|
}
|
|
|
|
}
|