val ld: LiveData>? = getLiveDataFromSomewhere() ld.value?.let { // expression of type kotlin.Result cannot be used as a left operand of \'?.\' }