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