Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
cfg-variables
/
basic
/
UsageInFunctionLiteral.kt
blob: 4489dbe2cd1fb06796164c9db2a10f63bfbc726c [
file
] [
log
] [
blame
]
fun foo
()
{
val a
=
1
val f
=
{
x
:
Int
->
val y
=
x
+
a
use
(
a
)
}
}
fun
use
(
vararg a
:
Any
?)
=
a