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 e1be24f commit a3030d3Copy full SHA for a3030d3
test/IDE/complete_embedded.swift
@@ -11,5 +11,5 @@ func test() {
11
// GLOBAL: Literal[Nil]/None: nil;
12
// GLOBAL: Literal[String]/None: "{#(abc)#}"[#String#];
13
// GLOBAL: Literal[Array]/None: [{#(values)#}][#Array#];
14
-// GLOBAL: Literal[Dictionary]/None: [{#(key)#}: {#(value)#}];
+// GLOBAL: Literal[Dictionary]/None: [{#(key)#}: {#(value)#}][#Dictionary#];
15
}
0 commit comments