Files
kotlin-fork/idea/testData/resolve/references/AnnotationOnFile.kt
T
Alexey Sedunov 608ce59f15 Resolution: Resolve primary constructor references to primary constructor
itself if it's explicitly present in PSI
2015-06-11 13:52:47 +03:00

6 lines
134 B
Kotlin
Vendored

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