blob: 7680812e2f7c088c86bb840c658c6e1c642be7aa [file] [log] [blame]
class MyClass {
void foo() {}
{
foo(<caret>);
}
}