Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
multiModuleFindUsages
/
findImplFromHeader
/
common
/
common.kt
blob: 9bdf59c99d2b590e0fb62da41f19fe36c6ee3f85 [
file
]
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtNamedFunction
// OPTIONS: usages
expect fun
<caret>
boo
(
s
:
String
)