blob: 4b92ec0095bcefa4e5f54bad7b88275e8c32adef [file] [log] [blame]
class Test {
{
if(x) {
x();
} else if (<caret>) {
}
}
}