Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
d3d24195a53216cd2fe441577c4a522bdc276c5f
/
.
/
compiler
/
testData
/
resolvedCalls
/
differentCallElements
/
annotationCall.kt
blob: 1089f5dd84b8adff2d12bce026c83b5d0026b394 [
file
]
annotation
class
MyA
(
val i
:
Int
)
@<
caret
>
MyA
(
1
)
fun foo
()
{}