Do not suggest replacing comparison to null with function call
So #KT-20620 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
d7807b5ae3
commit
52df70a576
@@ -0,0 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun test(x: String?) {
|
||||
if (null <caret>!= x) {
|
||||
x.length
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user