Files
kotlin-fork/idea/testData/navigation/gotoClass/noImplementationTrait.kt
T
2015-05-13 16:13:13 +02:00

9 lines
156 B
Kotlin
Vendored

package test
interface NoImplementationTrait {
fun foo(): Int
fun some(): String
}
// SEARCH_TEXT: NoImplemen
// REF: (test).NoImplementationTrait