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