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