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