RedundantLetInspection: fix false negative for references
#KT-34603 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun Int.foo() {
|
||||
let<caret> { it }
|
||||
}
|
||||
Reference in New Issue
Block a user