Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
deprecatedJavaAnnotation
/
withArgument.kt
blob: 92e11d88060dfae638c81ebf1fc44355e4823854 [
file
]
// "Replace annotation with kotlin.annotation.Retention" "true"
import
java
.
lang
.
annotation
.
RetentionPolicy
import
java
.
lang
.
annotation
.
Retention
@Retention
<caret>
(
RetentionPolicy
.
SOURCE
)
annotation
class
Foo