Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
controlFlowAnalysis
/
kt2334.kt
blob: 2fa3b38a04f5919187159e1d5cb4f6e0b8c3af39 [
file
]
// FIR_IDENTICAL
//KT-2334 An error 'local function without body' is not reported
fun foo
()
{
<!
NON_MEMBER_FUNCTION_NO_BODY
!>
fun bar
()<!>
}