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 7e16722 commit 63d6f07Copy full SHA for 63d6f07
Tests/GRPCCodeGenTests/Internal/Renderer/TextBasedRendererTests.swift
@@ -853,11 +853,12 @@ final class Test_TextBasedRenderer: XCTestCase {
853
whereClause: WhereClause(
854
requirements: [
855
.conformance("T", "Foo"),
856
- .conformance("T", "Sendable")
+ .conformance("T", "Sendable"),
857
]
858
)
859
),
860
- renderedBy: { $0.renderStruct(_:)
+ renderedBy: {
861
+ $0.renderStruct(_:)
862
},
863
rendersAs: #"""
864
struct Structy<T> where T: Foo, T: Sendable {}
0 commit comments