Files
kotlin-fork/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2334.kt
T
Nikolay Lunyak 82c18ff26b [FIR] Report NON_MEMBER_FUNCTION_NO_BODY
^KT-59944 Fixed
2023-08-24 07:49:20 +00:00

6 lines
144 B
Kotlin
Vendored

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