Files
2010-01-20 21:18:06 +03:00

8 lines
91 B
Java

class Foo {
{
if (x) {
break;<caret>
}
}
}