9 lines
152 B
Kotlin
9 lines
152 B
Kotlin
package test
|
|
|
|
trait NoImplementationTrait {
|
|
fun foo(): Int
|
|
fun some(): String
|
|
}
|
|
|
|
// SEARCH_TEXT: NoImplemen
|
|
// REF: (test).NoImplementationTrait |