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