Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
deprecatedJavaAnnotation
/
withoutArguments.kt
blob: b24a3fba38a30d9a095bc882b00f83a2113eed08 [
file
]
// "Replace annotation with kotlin.annotation.MustBeDocumented" "true"
import
java
.
lang
.
annotation
.
Documented
@Documented
<caret>
annotation
class
Foo