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

12 lines
132 B
Kotlin
Vendored

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