File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -482,26 +482,23 @@ public struct Mirror {
482
482
displayStyle: DisplayStyle ? = nil ,
483
483
ancestorRepresentation: AncestorRepresentation = . generated
484
484
) where C. Element == Child {
485
- // FIXME: Can't use Builtin.unreachable() due to https://github.com/apple/swift/issues/57622.
486
- self . init ( reflecting: subject)
485
+ Builtin . unreachable ( )
487
486
}
488
487
public init < Subject, C: Collection > (
489
488
_ subject: Subject ,
490
489
unlabeledChildren: C ,
491
490
displayStyle: DisplayStyle ? = nil ,
492
491
ancestorRepresentation: AncestorRepresentation = . generated
493
492
) {
494
- // FIXME: Can't use Builtin.unreachable() due to https://github.com/apple/swift/issues/57622.
495
- self . init ( reflecting: subject)
493
+ Builtin . unreachable ( )
496
494
}
497
495
public init < Subject> (
498
496
_ subject: Subject ,
499
497
children: KeyValuePairs < String , Any > ,
500
498
displayStyle: DisplayStyle ? = nil ,
501
499
ancestorRepresentation: AncestorRepresentation = . generated
502
500
) {
503
- // FIXME: Can't use Builtin.unreachable() due to https://github.com/apple/swift/issues/57622.
504
- self . init ( reflecting: subject)
501
+ Builtin . unreachable ( )
505
502
}
506
503
public let subjectType : Any . Type
507
504
public let children : Children
You can’t perform that action at this time.
0 commit comments