12 lines
132 B
Kotlin
Vendored
12 lines
132 B
Kotlin
Vendored
class C {
|
|
<selection><caret>constructor()</selection>
|
|
|
|
init {
|
|
}
|
|
|
|
fun foo() {
|
|
}
|
|
|
|
// comment
|
|
val bar = 1
|
|
} |