Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
annotations
/
TargetedAnnotation.kt
blob: c1024dcdb2624cffffcf5e323085a53e571c804b [
file
]
// ALLOW_AST_ACCESS
package
test
@Target
(
AnnotationTarget
.
CLASS
)
public
annotation
class
TargetedAnnotation