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

3 lines
34 B
Kotlin

trait Some {
fun <caret>some()
}