I'm wondering if the Kotlin team has considered au...
# spring
c
I'm wondering if the Kotlin team has considered automatically treating Optional<T> like T?
s
I thought about that, but that would create some interrop issue I think + some developers want maybe to keep existing Optional behavior even if that sounds not really Kotlinish.