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