blob: 35e5fea671f77a5486b181b2ee991c41a2381db4 [file] [log] [blame]
class Field {
int num1;
int <caret>num2;
Field() {}
void foo() {}
}