Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1fbe2c8085532ef2fa66bf26fdf2b04c5cca97
/
.
/
compiler
/
testData
/
cli
/
jvm
/
nameBasedDestructuringWithoutCompilerArgument.kt
blob: f7be9040751ace9b25237a01971138f985b9eaf3 [
file
]
fun foo
()
{
(
val first
,
val second
)
=
1
to
2
}