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