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

13 lines
133 B
Kotlin
Vendored

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