Update tests for completion after adding DeprecatedSinceKotlin

This commit is contained in:
Mikhail Zarechenskiy
2020-06-29 17:41:05 +03:00
parent 87014f816c
commit 507a718632
2 changed files with 2 additions and 0 deletions
@@ -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