mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[CodeComplete] Add type relation descriptor when completing return statement. rdar://22788321
Swift SVN r32125
This commit is contained in:
@@ -421,6 +421,7 @@ enum class CompletionKind {
|
||||
PoundAvailablePlatform,
|
||||
AssignmentRHS,
|
||||
CallArg,
|
||||
ReturnStmtExpr,
|
||||
};
|
||||
|
||||
/// \brief A single code completion result.
|
||||
|
||||
Reference in New Issue
Block a user