17c4930404
#KT-2334 Fixed
5 lines
127 B
Kotlin
Vendored
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()<!>
|
|
} |