`s?.exit?.let { it() }` says "the expression can't...
# announcements
s
s?.exit?.let { it() }
says "the expression can't be a selector (occurs after the dot)" edit: nvm that one works, IDEA just wasn't refreshing it as a not-error
p
sreich: use it.Invoke()