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