@@ -123,30 +123,30 @@ public struct S10 : P1 {
123
123
}
124
124
}
125
125
126
- // CHECK: <synthesized>// synthesized
126
+ // CHECK: <synthesized>
127
127
// CHECK: extension <ref:Struct>S1</ref> where T : P2 {
128
128
// CHECK: <decl:Func>public func <loc>p2member()</loc></decl></synthesized>
129
129
// CHECK: <synthesized>
130
130
// CHECK: <decl:Func>public func <loc>ef1(<decl:Param>t: T</decl>)</loc></decl>
131
131
// CHECK: <decl:Func>public func <loc>ef2(<decl:Param>t: <ref:Struct>S2</ref></decl>)</loc></decl>
132
132
// CHECK: }</synthesized>
133
133
134
- // CHECK: <synthesized>// synthesized
134
+ // CHECK: <synthesized>
135
135
// CHECK: extension <ref:Struct>S1</ref> where T : P3 {
136
136
// CHECK: <decl:Func>public func <loc>p3Func(<decl:Param>i: <ref:Struct>Int</ref></decl>)</loc> -> <ref:Struct>Int</ref></decl>
137
137
// CHECK: }</synthesized>
138
138
139
- // CHECK: <synthesized>// synthesized
139
+ // CHECK: <synthesized>
140
140
// CHECK: extension <ref:Struct>S1</ref> where T == Int {
141
141
// CHECK: <decl:Func>public func <loc>p1IntFunc(<decl:Param>i: <ref:Struct>Int</ref></decl>)</loc> -> <ref:Struct>Int</ref></decl>
142
142
// CHECK: }</synthesized>
143
143
144
- // CHECK: <synthesized>// synthesized
144
+ // CHECK: <synthesized>
145
145
// CHECK: extension <ref:Struct>S1</ref> where T == S9<Int> {
146
146
// CHECK: <decl:Func>public func <loc>S9IntFunc()</loc></decl>
147
147
// CHECK: }</synthesized>
148
148
149
- // CHECK: <synthesized>// synthesized
149
+ // CHECK: <synthesized>
150
150
// CHECK: extension <ref:Struct>S10</ref> {
151
151
// CHECK: <decl:Func>public func <loc>p3Func(<decl:Param>i: <ref:Struct>Int</ref></decl>)</loc> -> <ref:Struct>Int</ref></decl></synthesized>
152
152
// CHECK: <synthesized>
@@ -155,19 +155,19 @@ public struct S10 : P1 {
155
155
// CHECK: <decl:Func>public func <loc>S9IntFunc()</loc></decl>
156
156
// CHECK: }</synthesized>
157
157
158
- // CHECK: <synthesized>// synthesized
158
+ // CHECK: <synthesized>
159
159
// CHECK: extension <ref:Struct>S4</ref> {
160
160
// CHECK: <decl:Func>public func <loc>p1IntFunc(<decl:Param>i: <ref:Struct>Int</ref></decl>)</loc> -> <ref:Struct>Int</ref></decl>
161
161
// CHECK: }</synthesized>
162
162
163
- // CHECK: <synthesized>// synthesized
163
+ // CHECK: <synthesized>
164
164
// CHECK: extension <ref:Struct>S6</ref> {
165
165
// CHECK: <decl:Func>public func <loc>p3Func(<decl:Param>i: <ref:Struct>Int</ref></decl>)</loc> -> <ref:Struct>Int</ref></decl></synthesized>
166
166
// CHECK: <synthesized>
167
167
// CHECK: <decl:Func>public func <loc>ef5(<decl:Param>t: <ref:Struct>S5</ref></decl>)</loc></decl>
168
168
// CHECK: }</synthesized>
169
169
170
- // CHECK: <synthesized>// synthesized
170
+ // CHECK: <synthesized>
171
171
// CHECK: extension <ref:module>print_synthesized_extensions</ref>.<ref:Struct>S7</ref>.<ref:Struct>S8</ref> {
172
172
// CHECK: <decl:Func>public func <loc>p3Func(<decl:Param>i: <ref:Struct>Int</ref></decl>)</loc> -> <ref:Struct>Int</ref></decl></synthesized>
173
173
// CHECK: <synthesized>
0 commit comments