Update tests for completion after adding DeprecatedSinceKotlin
This commit is contained in:
@@ -3,4 +3,5 @@ fun foo() { }
|
|||||||
|
|
||||||
// INVOCATION_COUNT: 1
|
// INVOCATION_COUNT: 1
|
||||||
// EXIST: { itemText: "Deprecated", tailText: " (kotlin)" }
|
// EXIST: { itemText: "Deprecated", tailText: " (kotlin)" }
|
||||||
|
// EXIST: { itemText: "DeprecatedSinceKotlin", tailText: " (kotlin)" }
|
||||||
// NOTHING_ELSE
|
// NOTHING_ELSE
|
||||||
|
|||||||
@@ -4,5 +4,6 @@ fun foo() { }
|
|||||||
// INVOCATION_COUNT: 2
|
// INVOCATION_COUNT: 2
|
||||||
// WITH_ORDER
|
// WITH_ORDER
|
||||||
// EXIST: { itemText: "Deprecated", tailText: " (kotlin)" }
|
// EXIST: { itemText: "Deprecated", tailText: " (kotlin)" }
|
||||||
|
// EXIST: { itemText: "DeprecatedSinceKotlin", tailText: " (kotlin)" }
|
||||||
// EXIST_JAVA_ONLY: { itemText: "Deprecated", tailText: " (java.lang)" }
|
// EXIST_JAVA_ONLY: { itemText: "Deprecated", tailText: " (java.lang)" }
|
||||||
// NOTHING_ELSE
|
// NOTHING_ELSE
|
||||||
|
|||||||
Reference in New Issue
Block a user