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