Files
kotlin-fork/plugins/uast-kotlin/testData/DestructuringDeclaration.kt
T
2017-10-06 20:51:00 +02:00

4 lines
42 B
Kotlin
Vendored

fun foo() {
val (a, b) = "foo" to 1
}