Files
kotlin-fork/idea/testData/resolve/references/AnnotationOnFileWithImport.kt
T

10 lines
190 B
Kotlin
Vendored

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