For each parameter not used: introduce "replace with repeat"
An enhancement for KT-27209
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun test(list: List<String>?) {
|
||||
list?.forEach { _ -> }
|
||||
}
|
||||
Reference in New Issue
Block a user