"Nested lambda has shadowed implicit parameter": add quickfix to rename shadowing 'it'
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
97150cb0e2
commit
b7c4248524
+2
@@ -1,3 +1,5 @@
|
||||
// FIX: Add explicit parameter name to outer lambda
|
||||
|
||||
fun foo(f: (String) -> Unit) {}
|
||||
fun bar(s: String) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user