We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 290715e + 72b3f85 commit 873700fCopy full SHA for 873700f
test/IDE/complete_value_expr.swift
@@ -509,10 +509,10 @@ struct NoMetaCompletions {
509
typealias Foo = Int
510
}
511
func testMetatypeCompletions() {
512
- NoMetaCompletions.Type#^FOO_STRUCT_META_1^#
+ NoMetaCompletions.Type.#^FOO_STRUCT_META_1^#
513
514
func testMetatypeCompletionsWithoutDot() {
515
- NoMetaCompletions.Type.#^FOO_STRUCT_META_2^#
+ NoMetaCompletions.Type#^FOO_STRUCT_META_2^#
516
517
// FOO_STRUCT_META-NOT: Decl
518
// FOO_STRUCT_META: Keyword[self]/CurrNominal: {{self|.self}}[#NoMetaCompletions.Type.Type#]; name=self
0 commit comments