"Convert put to assignment": Fix false positive inside elvis expression
So #KT-22072 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
1b1e503716
commit
1ac6f18a47
@@ -0,0 +1,6 @@
|
||||
// PROBLEM: none
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun test(i: Int?, m: MutableMap<String, Int>) {
|
||||
m.<caret>put("", 1) ?: i
|
||||
}
|
||||
Reference in New Issue
Block a user