Files
kotlin-fork/idea/testData/wordSelection/ClassMember4/3.kt
T
2018-12-04 11:17:27 +03:00

14 lines
134 B
Kotlin
Vendored

class C {
constructor()
init {
}
fun foo() {
}
// comment
<selection> <caret>val bar = 1
</selection>
}