Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
navigation
/
gotoSymbol
/
functions.kt
blob: 07f5a183852dc43007f09963ccda4627e3e99db1 [
file
] [
log
] [
blame
]
fun testFunction
()
{
}
class
Some
{
fun testFunInClass
()
=
12
}
// SEARCH_TEXT: test
// REF: (<root>).testFunction()
// REF: (in Some).testFunInClass()