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