What is the result of this expression using the safe-call operator?val text: String? = null val result = text?.uppercase()