blob: 519d2df0a9f5fc69e0d9ebbb474580a52bd03066 [file] [log] [blame]
class Foo {
{
if (true) {
<caret>
}
System.out.println();
}
}