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

14 lines
134 B
Kotlin
Vendored

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