mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SourceKit] Introduce "source.lang.swift.expr.closure" in structure (SR-6116) (#13617)
This commit is contained in:
@@ -423,6 +423,8 @@ UIdent SwiftLangSupport::getUIDForSyntaxStructureKind(
|
||||
return KindExprObjectLiteral;
|
||||
case SyntaxStructureKind::TupleExpression:
|
||||
return KindExprTuple;
|
||||
case SyntaxStructureKind::ClosureExpression:
|
||||
return KindExprClosure;
|
||||
case SyntaxStructureKind::Argument:
|
||||
return KindExprArg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user