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