Surround with null check: suggested for an assignment
#KT-30215 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
2314a38342
commit
1b7627e039
@@ -0,0 +1,6 @@
|
||||
// "Surround with null check" "true"
|
||||
|
||||
fun foo(s: String?) {
|
||||
var ss: String = ""
|
||||
ss = <caret>s
|
||||
}
|
||||
Reference in New Issue
Block a user