Skip to content

Support out parameter. #11

@yulingtianxia

Description

@yulingtianxia

For example:

- (void)fooWithError:(out NSError **)error;

Result:

void fooWithError(NSObjectRef<NSError> ref) { perform(SEL('fooWithError:'), args: [ref]); }

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions