blob: 626bf4b610da9b4d6f7445f00c1d947b5b6e7f46 [file] [log] [blame]
public class X {
void f() {
int[] a = null;
}
}