Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/AnnotationInCompanionObjectAddImport.kt.after
T
2015-10-15 19:20:12 +03:00

10 lines
129 B
Plaintext
Vendored

import java.lang.annotation.Inherited
class A {
companion object {
@Inherited<caret>
}
}
// ELEMENT: Inherited