blob: 7434a8654092f1666ff8f52da5ce69ce913d0515 [file] [log] [blame]
public class Foo {
Foo[] xs;
void m() {
xs.length == 0.else<caret>
}
}