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