blob: daaf1b2494558fce1baaa44d19c40404051f1019 [file] [log] [blame]
class Foo {
abstract void a();
{
a<caret>(;
}
}