13 lines
161 B
Kotlin
13 lines
161 B
Kotlin
fun testFunction() {
|
|
}
|
|
|
|
class Some {
|
|
fun testFunInClass() = 12
|
|
}
|
|
|
|
// SEARCH_TEXT: test
|
|
// REF: (in <root>).testFunction()
|
|
// REF: (in Some).testFunInClass()
|
|
|
|
|