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