mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
swift-module-digester: include SubscriptDecl in the Json dump.
We model SubscriptDecl as an abstract function decl with a flag indicating whether setter is defined.
This commit is contained in:
@@ -867,6 +867,7 @@ public:
|
||||
break;
|
||||
}
|
||||
|
||||
case SDKNodeKind::DeclSubscript:
|
||||
case SDKNodeKind::DeclAssociatedType:
|
||||
case SDKNodeKind::DeclFunction:
|
||||
case SDKNodeKind::DeclSetter:
|
||||
|
||||
Reference in New Issue
Block a user