blob: b4b5c16848e6e3e6cf24bc6495425cafafb5d5c8 [file] [log] [blame]
class MyClass {
void foo(int a) {}
{
foo(<caret>);
}
}