[SR-3162] Generated ObjC header doc generate warnings when closure parameters are documented #45750
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler
The Swift compiler itself
good first issue
Good for newcomers
PrintAsClang
Area → compiler: The PrintAsClang library
Additional Detail from JIRA
md5: 78bb297fbc54491dc1e3f572b5cb816a
Issue Description:
Given this Swift definition:
This Objective-C definition is generated:
The result is when the Project-Swift.h file is imported in Objective-C the “error” parameter generates a warning because it isn’t a valid parameter name in ObjC headerdoc comments.
The text was updated successfully, but these errors were encountered: