Files
kotlin-fork/idea/testData/resolve/references/AnnotationOnFileWithImport.kt
T
2015-10-08 18:31:08 +03:00

8 lines
173 B
Kotlin
Vendored

@file:[<caret>D("message")]
package foo
import kotlin.Deprecated as D
// REF: (in kotlin.Deprecated).Deprecated(kotlin.String,kotlin.ReplaceWith,kotlin.DeprecationLevel)