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.
1 parent 079aec3 commit 72b3f85Copy full SHA for 72b3f85
test/IDE/complete_value_expr.swift
@@ -505,10 +505,10 @@ struct NoMetaCompletions {
505
typealias Foo = Int
506
}
507
func testMetatypeCompletions() {
508
- NoMetaCompletions.Type#^FOO_STRUCT_META_1^#
+ NoMetaCompletions.Type.#^FOO_STRUCT_META_1^#
509
510
func testMetatypeCompletionsWithoutDot() {
511
- NoMetaCompletions.Type.#^FOO_STRUCT_META_2^#
+ NoMetaCompletions.Type#^FOO_STRUCT_META_2^#
512
513
// FOO_STRUCT_META-NOT: Decl[StaticVar]/CurrNominal: .foo[#Int#]; name=foo
514
// FOO_STRUCT_META-NOT: Decl[StaticMethod]/CurrNominal: .bar()[#Void#]; name=bar()
0 commit comments