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