Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
parameterInfo
/
annotations
/
FunctionCall.kt
blob: 3d84737c12f90d9187599d521fcad37dbb680b94 [
file
] [
log
] [
blame
]
annotation
class
Fancy
private
fun abc
(
@Fancy
foo
:
Int
)
{
}
fun foo
()
{
abc
(<
caret
>)
}
/*
Text: (<highlight>@Fancy foo: Int</highlight>), Disabled: false, Strikeout: false, Green: true
*/