b650c7ab00
^KT-5008 Fixed
9 lines
107 B
Kotlin
Vendored
9 lines
107 B
Kotlin
Vendored
class Test {
|
|
// init comment1
|
|
<caret>init {
|
|
// init comment2
|
|
}
|
|
|
|
fun foo() {
|
|
}
|
|
} |