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