ReplaceCallFix instead of two ReplaceDotCallWithSafeCall & ReplaceSafeCallWithDotCall
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Replace with dot call" "true"
|
||||
fun foo(a: Any) {
|
||||
<caret>a.equals(0)
|
||||
a<caret>.equals(0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user