Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
cfg-variables
/
lexicalScopes
/
localFunctionScopeWithoutBody.kt
blob: cbf49ec202d88c2348707f969c38ea8638231b53 [
file
]
fun foo
()
{
"before"
val b
=
1
fun
local
(
x
:
Int
)
=
x
+
b
"after"
}