Augmented list assignment inspection: add "replace with ordinary" fix
Relates to KT-20626
This commit is contained in:
+1
-1
@@ -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>) {
|
||||
|
||||
Reference in New Issue
Block a user