Skip to content

Commit 23bde5a

Browse files
authored
Merge pull request #36288 from CodaFi/initial-d
2 parents bea28e4 + 693a4c1 commit 23bde5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILGen/initializers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ class MemberInitsHelper<T> { }
11361136

11371137
extension MemberInits {
11381138
// CHECK-LABEL: sil [ossa] @$s21failable_initializers11MemberInitsVyACySayqd__GGSayACyqd__GGcADRszSQRd__lufC : $@convention(method) <Value><T where Value == Array<T>, T : Equatable> (@owned Array<MemberInits<T>>, @thin MemberInits<Array<T>>.Type) -> @owned MemberInits<Array<T>> {
1139-
public init<T>(_ array: [MemberInits<T>]) where Value == [T] {
1139+
public init<T>(_ array: Array<MemberInits<T>>) where Value == [T] {
11401140
box = nil
11411141

11421142
// CHECK: [[INIT_FN:%.*]] = function_ref @$s21failable_initializers11MemberInitsV5value33_4497B2E9306011E5BAC13C07BEAC2557LLSSvpfi : $@convention(thin) <τ_0_0 where τ_0_0 : Equatable> () -> @owned String

0 commit comments

Comments
 (0)