Files
kotlin-fork/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2334.fir.kt
T

5 lines
93 B
Kotlin
Vendored

//KT-2334 An error 'local function without body' is not reported
fun foo() {
fun bar()
}