blob: 73ea16992477bae99b948927a2ccd2b816523557 [file]
class C {
int myField;
static void method(C anObject, int i) {
anObject.myField = i;
}
}