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