Long time swift user, just started using Kotlin and and loving it. The languages are so similar in syntax, it’s great. But I’m really missing Swift’s null-safe optional chaining: e.g.
if (val notOptional = someOptional) { … }
. Any plans for something similar in Kotlin? (Or does it exist and I've overlooked it?)