Mal*_*ngh 5 android compiler-warnings kotlin kotlin-null-safety
我正在尝试Kotlin并从编译器获得消息:
Smart cast to kotlin.String
Run Code Online (Sandbox Code Playgroud)
码:
/*"mTripStatus" is a nullable String*/
var html :String = HTML
html = if (mTripStatus!=null) html.replace("TRIP_STATUS_VALUE", mTripStatus) else html
Run Code Online (Sandbox Code Playgroud)
这是什么意思?
| 归档时间: |
|
| 查看次数: |
2292 次 |
| 最近记录: |