4b2834c4a8
#KT32868 Fixed
8 lines
118 B
Kotlin
Vendored
8 lines
118 B
Kotlin
Vendored
// OUT_OF_CODE_BLOCK: FALSE
|
|
class LocalFunWithBodyInClass {
|
|
fun test() {
|
|
fun hello() {
|
|
<caret>
|
|
}
|
|
}
|
|
} |