blob: 1baebdbc4ecfb98572b1b2c3142aa6e7971fbeec [file] [log] [blame]
{
'stderr' => '',
'stdout' => '',
'ranges' => [
[
'22',
'23',
'freeFunction'
],
[
'29',
'30',
'MyClass.function'
],
[
'36',
'37',
'MyClass.functionWithArgument(_:)'
],
[
'42',
'43',
'MyClass.functionWithMoreArguments(_:arg2:)'
],
[
'49',
'50',
'MyClass.functionWithNamedFirstArgument(argument:)'
],
[
'55',
'56',
'MyClass.functionWithNamedFirstAndSecondArgument(first:second:)'
],
[
'63',
'64',
'MyClass.classFunction'
],
[
'69',
'74',
'MyClass.readWriteComputedVariable'
],
[
'77',
'79',
'MyClass.readOnlyComputedVariable'
],
[
'85',
'86',
'MyStruct.structFunction(argument:)'
],
[
'93',
'94',
'MyEnum.enumFunction(argument:)'
],
[
'99',
'100',
'MyProtocol.protocolFunction(argument:)'
],
[
'105',
'106',
'ExtendedType.extensionFunction(argument:)'
],
]
}