blob: 6462581238103d11550a9c3f7887e329a8427022 [file] [log] [blame]
package p;
//2 occurences
//disallow - obscuring
public class A {
static int length= 1;
}
class C {
void m() {
int[] B= {42};
A.length= 0;
}
}