blob: 2a09299fe6036642eb4c2d284209068ddf3c26a0 [file] [log] [blame]
public class Foo {
public void fails() {
boolean[] a = new boolean[f()];<caret>
}
}