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