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