Skip to content

Commit 72b3f85

Browse files
Update complete_value_expr.swift
1 parent 079aec3 commit 72b3f85

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
@@ -505,10 +505,10 @@ struct NoMetaCompletions {
505505
typealias Foo = Int
506506
}
507507
func testMetatypeCompletions() {
508-
NoMetaCompletions.Type#^FOO_STRUCT_META_1^#
508+
NoMetaCompletions.Type.#^FOO_STRUCT_META_1^#
509509
}
510510
func testMetatypeCompletionsWithoutDot() {
511-
NoMetaCompletions.Type.#^FOO_STRUCT_META_2^#
511+
NoMetaCompletions.Type#^FOO_STRUCT_META_2^#
512512
}
513513
// FOO_STRUCT_META-NOT: Decl[StaticVar]/CurrNominal: .foo[#Int#]; name=foo
514514
// FOO_STRUCT_META-NOT: Decl[StaticMethod]/CurrNominal: .bar()[#Void#]; name=bar()

0 commit comments

Comments
 (0)