For each parameter unused: add quick-fix "introduce anonymous parameter"
Related to KT-22068
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun test(list: List<String>) {
|
||||
list.for<caret>Each {}
|
||||
}
|
||||
Reference in New Issue
Block a user