Fix handling of lambdas in top-level destructuring declarations

This commit is contained in:
Ilya Chernikov
2021-03-08 23:46:37 +01:00
parent 22f1814911
commit 7d07010785
5 changed files with 105 additions and 24 deletions
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
data class Pair(val first: Int, val second: Int)