blob: 563f56f08476e21ec3e53d5b901c6c89c7395f8f [file] [log] [blame]
package templates;
public class Foo {
void m(boolean[] xs) {
if (xs.length > 0) {
<caret>
}
}
}