Files
kotlin-fork/idea/testData/javaFacade/wrapFunWithImplInTrait.kt
T

4 lines
40 B
Kotlin

trait Some {
fun <caret>some() {
}
}