mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-22 19:49:20 +07:00
3a646d1f0c
GitOrigin-RevId: 3f9298e0d38ca0840a57922a7b9eb23c27277668
11 lines
195 B
Java
11 lines
195 B
Java
// "Create local variable 'zeit'" "true"
|
|
public class A {
|
|
void foo() {
|
|
String[] split = null;
|
|
//c1
|
|
String zeit = split//c2
|
|
[1]; // 2011-04-13
|
|
}
|
|
|
|
}
|