Files
kotlin-fork/idea/idea-completion/testData/basic/common/annotations/Deprecated.kt
T
2020-06-29 17:41:05 +03:00

8 lines
197 B
Kotlin
Vendored

@Dep<caret>
fun foo() { }
// INVOCATION_COUNT: 1
// EXIST: { itemText: "Deprecated", tailText: " (kotlin)" }
// EXIST: { itemText: "DeprecatedSinceKotlin", tailText: " (kotlin)" }
// NOTHING_ELSE