blob: a766cb7b97db00031c33e7a39d7566d4cc1568d9 [file] [log] [blame]
if (cond) {
doSomething()
return
}
<spot>else {
doSomethingElse()
}</spot>
next()