Files
swift-mirror/test/SourceKit/CodeComplete/complete_constructor.swift.response
Rintaro Ishizaki 1e74c39956 [SourceKit] Expose ExpectedTypeRelation for the completion results
So that clients can sort the results using this.

rdar://problem/59066560
2020-02-03 15:57:43 -08:00

17 lines
553 B
Plaintext

{
key.results: [
{
key.kind: source.lang.swift.decl.function.constructor,
key.name: "arg1:arg2:",
key.sourcetext: "arg1: <#T##Int#>, arg2: <#T##Int#>",
key.description: "(arg1: Int, arg2: Int)",
key.typename: "Foo",
key.context: source.codecompletion.context.thisclass,
key.typerelation: source.codecompletion.typerelation.unrelated,
key.num_bytes_to_erase: 0,
key.associated_usrs: "s:20complete_constructor3FooC4arg14arg2ACSi_Sitcfc",
key.modulename: "complete_constructor"
}
]
}