blob: 288fe21f5a49833b8f1b3f30cfdc503c99c9cf57 [file] [log] [blame]
class Foo {
{
int a;
long b;
int c = a + (<caret>b;
}
}