Augmented list assignment inspection: add "replace with ordinary" fix

Relates to KT-20626
This commit is contained in:
Mikhail Glukhikh
2018-12-04 13:18:21 +03:00
parent ed8305995e
commit aa9e48b9b6
26 changed files with 80 additions and 35 deletions
@@ -1,4 +1,4 @@
// "Replace with assignment" "true"
// "Replace with assignment (original is empty)" "true"
// TOOL: org.jetbrains.kotlin.idea.inspections.SuspiciousCollectionReassignmentInspection
// WITH_RUNTIME
fun test(otherList: Set<Int>) {