Files
kotlin-fork/idea/testData/resolve/references/AnnotationOnFile.kt
T
2015-11-10 22:24:46 +03:00

6 lines
160 B
Kotlin
Vendored

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