blob: f33c287cac3db167b2190e214d034bd1506073aa [file] [log] [blame]
public class Foo {
void m() {
int[] xs = {1, 2, 3};
xs.for<caret>
xs = new int[0];
}
}