mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SourceKit] Expose ExpectedTypeRelation for the completion results
So that clients can sort the results using this. rdar://problem/59066560
This commit is contained in:
@@ -9,6 +9,7 @@ import Foo
|
||||
// CHECK-NEXT: key.typename: "Int32",
|
||||
// CHECK-NEXT: key.doc.brief: "Aaa. fooIntVar. Bbb.",
|
||||
// CHECK-NEXT: key.context: source.codecompletion.context.othermodule,
|
||||
// CHECK-NEXT: key.typerelation: source.codecompletion.typerelation.unrelated,
|
||||
// CHECK-NEXT: key.num_bytes_to_erase: 0,
|
||||
// CHECK-NEXT: key.associated_usrs: "c:@fooIntVar",
|
||||
// CHECK-NEXT: key.modulename: "Foo"
|
||||
|
||||
Reference in New Issue
Block a user