mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SourceKit] Add GenericTypeParam to structure (SR-5474) (#13616)
This commit is contained in:
@@ -395,6 +395,8 @@ UIdent SwiftLangSupport::getUIDForSyntaxStructureKind(
|
||||
return KindDeclSubscript;
|
||||
case SyntaxStructureKind::AssociatedType:
|
||||
return KindDeclAssociatedType;
|
||||
case SyntaxStructureKind::GenericTypeParam:
|
||||
return KindDeclGenericTypeParam;
|
||||
case SyntaxStructureKind::Parameter:
|
||||
return KindDeclVarParam;
|
||||
case SyntaxStructureKind::ForEachStatement:
|
||||
|
||||
Reference in New Issue
Block a user