Skip to content

Commit 873700f

Browse files
committed
pull remote amendments
2 parents 290715e + 72b3f85 commit 873700f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/IDE/complete_value_expr.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,10 +509,10 @@ struct NoMetaCompletions {
509509
typealias Foo = Int
510510
}
511511
func testMetatypeCompletions() {
512-
NoMetaCompletions.Type#^FOO_STRUCT_META_1^#
512+
NoMetaCompletions.Type.#^FOO_STRUCT_META_1^#
513513
}
514514
func testMetatypeCompletionsWithoutDot() {
515-
NoMetaCompletions.Type.#^FOO_STRUCT_META_2^#
515+
NoMetaCompletions.Type#^FOO_STRUCT_META_2^#
516516
}
517517
// FOO_STRUCT_META-NOT: Decl
518518
// FOO_STRUCT_META: Keyword[self]/CurrNominal: {{self|.self}}[#NoMetaCompletions.Type.Type#]; name=self

0 commit comments

Comments
 (0)