Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
annotation
/
retention.kt
blob: c7012268df0f4f297bdda5a0ab1b2716160a3fc0 [
file
]
package
test
@Retention
(
AnnotationRetention
.
RUNTIME
)
annotation
class
Runtime
@Retention
(
AnnotationRetention
.
SOURCE
)
annotation
class
Source