Files
kotlin-fork/compiler/testData/cfg/declarations/multiDeclaration/multiDeclarationWithError.kt
T
2014-03-07 21:08:14 +04:00

4 lines
44 B
Kotlin

fun foo(x: Int) {
val (a, b) = x
a
}