Files
swift-mirror/test/SourceKit/CodeComplete/complete_constructor.swift.response
Argyrios Kyrtzidis 8ff6a98a99 [sourcekit] Merge SourceKit into the Swift repo.
The code goes into its own sub-tree under 'tools' but tests go under 'test',
so that running 'check-swift' will also run all the SourceKit tests.

SourceKit is disabled on non-darwin platforms.
2015-11-05 01:09:08 -08:00

16 lines
486 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.num_bytes_to_erase: 0,
key.associated_usrs: "s:FC20complete_constructor3FoocFT4arg1Si4arg2Si_S0_",
key.modulename: "complete_constructor"
}
]
}