Don't process val and var keywords in lambda parameters forever (KT-5170)
#KT-5170 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun test() {
|
||||
val list = listOf(1, 2)
|
||||
list.filter {
|
||||
(val a, val b)=some.test
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user