class C { int myField; void method(int i) { myField = i; } }