@@ -340,7 +340,9 @@ class DerivedClass : BaseClass {
340
340
}
341
341
}
342
342
343
- // https://bugs.swift.org/browse/SR-3847: Resolve members in inner types.
343
+ // https://github.com/apple/swift/issues/46432
344
+ // Resolve members in inner types.
345
+ //
344
346
// This first extension isn't necessary; we could have put 'originalValue' in
345
347
// the original declaration.
346
348
extension OuterNonGenericClass . InnerNonGenericBase {
@@ -372,7 +374,8 @@ extension OuterGeneric.MidGeneric where D == Int, F == String {
372
374
}
373
375
}
374
376
375
- // https://bugs.swift.org/browse/SR-4672
377
+ // https://github.com/apple/swift/issues/47249
378
+
376
379
protocol ExpressibleByCatLiteral { }
377
380
protocol ExpressibleByDogLiteral { }
378
381
@@ -393,10 +396,10 @@ func something<T>() -> T {
393
396
while true { }
394
397
}
395
398
396
- func test ( ) {
399
+ do {
397
400
let _: Claws < Kitten > . Fangs < Puppy > = pets ( fur: Puppy ( ) )
398
401
399
- // < https://bugs. swift.org/browse/SR-5600>
402
+ // https://github.com/apple/ swift/issues/48172
400
403
let _: Claws . Fangs < Puppy > = pets ( fur: Puppy ( ) )
401
404
let _: Claws . Fangs < Puppy > = Claws< Kitten> . Fangs( )
402
405
let _: Claws . Fangs < Puppy > = Claws . Fangs ( )
@@ -410,7 +413,7 @@ func test() {
410
413
// expected-note@-3 {{explicitly specify the generic arguments to fix this issue}} {{12-12=<<#A: ExpressibleByCatLiteral#>>}}
411
414
}
412
415
413
- // https://bugs. swift.org/browse/SR-4379
416
+ // https://github.com/apple/ swift/issues/46958
414
417
extension OuterGeneric . MidNonGeneric {
415
418
func doStuff( ) -> OuterGeneric {
416
419
return OuterGeneric ( )
0 commit comments