AND

Smart cast to 'Type' is impossible, because 'variable' is a mutable property that could have been changed by this time

곰돌이짱 2024. 12. 3. 07:57
private var mMsgView : View? = null

mMsgView.method()    // ERROR
mMsgView?.method()    // OK