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