Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
controlFlowAnalysis
/
kt2334.kt
blob: 4035df1f40662138896327108f9616bfbf699fc5 [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
//KT-2334 An error 'local function without body' is not reported
fun foo
()
{
<!
NON_MEMBER_FUNCTION_NO_BODY
!>
fun bar
()<!>
}
/* GENERATED_FIR_TAGS: functionDeclaration, localFunction */