Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cdbbead157df9e14cf8bf99f4d32cc123c5ab704
/
.
/
analysis
/
analysis-api
/
testData
/
referenceResolve
/
AnnotationInsideFunction.kt
blob: 2d14528ee9b6e93e43df83bd4ad3be692586e19e [
file
]
package
test
annotation
class
Annotation
fun test
()
{
@<
caret
>
Annotation
fun some
()
{
}
}