ReplaceCallFix instead of two ReplaceDotCallWithSafeCall & ReplaceSafeCallWithDotCall

This commit is contained in:
svtk
2011-12-27 19:21:33 +04:00
parent a5d8ff4669
commit 4272dafc36
6 changed files with 73 additions and 126 deletions
@@ -1,4 +1,4 @@
// "Replace with dot call" "true"
fun foo(a: Any) {
<caret>a.equals(0)
a<caret>.equals(0)
}