blob: 5fc06c0e2be5cbcc562239150491376562541314 [file] [log] [blame]
class InsideClass {
int num1;
int num2;
<caret>
InsideClass() {}
void foo() {}
}