blob: e110e1aab60a0702027a53f0fc0ce35a5472bd9a [file] [log] [blame]
class C {
int myField;
void <caret>method(int i) {
myField = i;
}
}