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