Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
inference
/
localFunctionInsideIfBlock.kt
blob: 0f529e6d926046c854f57e19b3024f1f911bcbcd [
file
]
// FIR_IDENTICAL
fun bar
()
{
if
(
true
)
{
fun
local
()
{
}
}
else
{
}
}