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

8 lines
175 B
Kotlin
Vendored

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