mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
ModuleInterface: Print existential any in swiftinterfaces since any is required for protocols with associated types in 5.7.
Resolves rdar://92976269
This commit is contained in:
@@ -89,7 +89,7 @@ public class OldSchool2: MP {
|
||||
// CHECK: public struct UsesRP {
|
||||
public struct UsesRP {
|
||||
// CHECK: #if compiler(>=5.3) && $RethrowsProtocol
|
||||
// CHECK-NEXT: public var value: FeatureTest.RP? {
|
||||
// CHECK-NEXT: public var value: (any FeatureTest.RP)? {
|
||||
// CHECK-NOT: #if compiler(>=5.3) && $RethrowsProtocol
|
||||
// CHECK: get
|
||||
public var value: RP? {
|
||||
|
||||
Reference in New Issue
Block a user