Files
kotlin-fork/idea/idea-completion/testData/basic/common/annotations/Deprecated2.kt
T
2015-10-15 19:20:09 +03:00

9 lines
219 B
Kotlin
Vendored

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