Files
kotlin/idea/testData/codeInsight/outOfBlock/InitBlock.kt

7 lines
53 B
Kotlin
Vendored

// TRUE
class A {
init {
<caret>
}
}