// "Create local variable 'zeit'" "true" public class A { void foo() { String[] split = null; String zeit<caret> = split[1]; } }