Files
kotlin-fork/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2334.kt
T
2014-06-21 12:26:33 +04:00

5 lines
127 B
Kotlin
Vendored

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