82c18ff26b
^KT-59944 Fixed
6 lines
144 B
Kotlin
Vendored
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()<!>
|
|
} |