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