`fun <T> T?.whisper(): T = this!!`
# android
p
fun <T> T?.whisper(): T = this!!