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