5 lines
93 B
Kotlin
Vendored
5 lines
93 B
Kotlin
Vendored
//KT-2334 An error 'local function without body' is not reported
|
|
|
|
fun foo() {
|
|
fun bar()
|
|
} |