FIR checker: Enable ReplaceWithDotCallFix for UNNECESSARY_SAFE_CALL.
This commit is contained in:
committed by
Ilya Kirillov
parent
f1eeb72c01
commit
957f6ddafd
@@ -1,6 +1,4 @@
|
||||
// "Replace with dot call" "true"
|
||||
fun foo(a: Any) {
|
||||
a<caret>?.equals(0)
|
||||
}
|
||||
|
||||
/* IGNORE_FIR */
|
||||
}
|
||||
Reference in New Issue
Block a user