blob: ae33296297b1e7c8a6120b02dddd683952d05722 [file] [log] [blame]
class Test {
Test(boolean condition) {
if (condition) {
<caret>
}
}
}