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