mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
5 lines
111 B
Plaintext
Vendored
5 lines
111 B
Plaintext
Vendored
fun test() {
|
|
val (width, height) = Dimension(1, 2)
|
|
}
|
|
|
|
data class Dimension(val width: Int, val height: Int) |