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

10 lines
290 B
Kotlin
Vendored

@Deprecate<caret>
fun foo() { }
// INVOCATION_COUNT: 2
// WITH_ORDER
// EXIST: { itemText: "Deprecated", tailText: " (kotlin)" }
// EXIST: { itemText: "DeprecatedSinceKotlin", tailText: " (kotlin)" }
// EXIST_JAVA_ONLY: { itemText: "Deprecated", tailText: " (java.lang)" }
// NOTHING_ELSE