Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/annotation/AnnotationInClassAddImport.kt.after
T
Valentin Kipyatkov 0c14058d13 Moved tests
2016-10-11 17:26:52 +03:00

7 lines
95 B
Plaintext
Vendored

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