Skip to content

Commit 738a5fb

Browse files
committed
Fixup generation
1 parent f9d0257 commit 738a5fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Sources/SwiftSyntaxBuilder/generated/ExpressibleAsProtocols.swift

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,14 @@ public extension ExpressibleAsArrowExpr {
352352
return createArrowExpr()
353353
}
354354
}
355+
public protocol ExpressibleAsInfixOperatorExpr: ExpressibleAsExprBuildable {
356+
func createInfixOperatorExpr() -> InfixOperatorExpr
357+
}
358+
public extension ExpressibleAsInfixOperatorExpr {
359+
func createExprBuildable() -> ExprBuildable {
360+
return createInfixOperatorExpr()
361+
}
362+
}
355363
public protocol ExpressibleAsFloatLiteralExpr: ExpressibleAsExprBuildable {
356364
func createFloatLiteralExpr() -> FloatLiteralExpr
357365
}

0 commit comments

Comments
 (0)