Files
kotlin-fork/idea/testData/resolve/references/AnnotationOnFileWithImport.kt
T
2015-06-12 09:23:31 +03:00

8 lines
149 B
Kotlin
Vendored

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