diff --git a/idea/idea-completion/testData/basic/common/annotations/Deprecated.kt b/idea/idea-completion/testData/basic/common/annotations/Deprecated.kt index fff1742c27d..25e50ff9164 100644 --- a/idea/idea-completion/testData/basic/common/annotations/Deprecated.kt +++ b/idea/idea-completion/testData/basic/common/annotations/Deprecated.kt @@ -3,4 +3,5 @@ fun foo() { } // INVOCATION_COUNT: 1 // EXIST: { itemText: "Deprecated", tailText: " (kotlin)" } +// EXIST: { itemText: "DeprecatedSinceKotlin", tailText: " (kotlin)" } // NOTHING_ELSE diff --git a/idea/idea-completion/testData/basic/common/annotations/Deprecated2.kt b/idea/idea-completion/testData/basic/common/annotations/Deprecated2.kt index 18d56047ab6..3c0f2fd7028 100644 --- a/idea/idea-completion/testData/basic/common/annotations/Deprecated2.kt +++ b/idea/idea-completion/testData/basic/common/annotations/Deprecated2.kt @@ -4,5 +4,6 @@ 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