blob: b74ac99da84f84e936c00d247e62e120b77f6c48 [file] [log] [blame]
class Foo {
int aaa;
int bbb;
Foo() {
aaa = bbb;<caret>
}
}