ReplaceWith now functions correctly in built-ins #KT-9351 Fixed
This commit is contained in:
@@ -20,6 +20,7 @@ fun foo() {
|
||||
val xx = valX
|
||||
varX = 50
|
||||
varY = 60
|
||||
1.identityEquals(2)
|
||||
}
|
||||
|
||||
fun unnecessarySafeCall(x: String) {
|
||||
|
||||
@@ -19,6 +19,7 @@ fun foo() {
|
||||
val xx = valX
|
||||
varX = 50
|
||||
varY = 60
|
||||
1 === 2
|
||||
}
|
||||
|
||||
fun unnecessarySafeCall(x: String) {
|
||||
|
||||
Reference in New Issue
Block a user