blob: 830d1bf16479586c279e80ecb2833387f7b087d2 [file] [log] [blame]
class Foo {
void foo1() {}
void foo2() {}
{
foo<caret>
}
}