4b2834c4a8
#KT32868 Fixed
9 lines
105 B
Kotlin
Vendored
9 lines
105 B
Kotlin
Vendored
// OUT_OF_CODE_BLOCK: FALSE
|
|
|
|
class A {
|
|
init {
|
|
fun f() {
|
|
<caret>
|
|
}
|
|
}
|
|
} |