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