Fix CCE in ReplaceAddWithPlusAssignIntention #KT-20183 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
fd95769780
commit
c5cb45794a
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
fun <C : MutableCollection<Int>> foo(col: C) {
|
||||
col.<caret>add(0)
|
||||
}
|
||||
Reference in New Issue
Block a user