Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
controlFlowAnalysis
/
kt2334.fir.kt
blob: 8c1a5ae4aeadd35a549505c53a8f2c84502e0a55 [
file
]
//KT-2334 An error 'local function without body' is not reported
fun foo
()
{
fun bar
()
}