We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69066f5 commit c87179aCopy full SHA for c87179a
CodeGeneration/Sources/generate-swiftsyntax/LayoutNode+Extensions.swift
@@ -16,7 +16,7 @@ import SyntaxSupport
16
import Utils
17
18
extension LayoutNode {
19
- func generateInitializerDeclHeader(useDeprecatedChildName: Bool = false) -> PartialSyntaxNodeString {
+ func generateInitializerDeclHeader(useDeprecatedChildName: Bool = false) -> SyntaxNodeString {
20
if children.isEmpty {
21
return "public init()"
22
}
0 commit comments