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