blob: 55a5f021dedd187cd567024e7997f72834720787 [file] [log] [blame]
class Constructor {
int num1;
int num2;
Constructor() {<caret>}
void foo() {}
}