Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
annotationJavaRetentionPolicyRuntime.kt
blob: d4120804b17f2153585265d69bf1f36429d00a3c [
file
]
import
java
.
lang
.
annotation
.
Retention
import
java
.
lang
.
annotation
.
RetentionPolicy
@Ann
class
MyClass
@Retention
(
RetentionPolicy
.
RUNTIME
)
annotation
class
Ann
// 1 @LAnn;()