Replace explicit parameter isn't shown on destructuring declaration
So #KT-17026 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
e5717d3e96
commit
c149e956cc
+4
@@ -0,0 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
val list = listOf(Pair(1, 2), Pair(3, 4)).map { (<caret>f, s) -> f + s }
|
||||
Reference in New Issue
Block a user