File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ public struct SPIWrapper<T> {
1414 public init ( wrappedValue: T ) { }
1515
1616 public var wrappedValue : T { fatalError ( ) }
17- // expected-note@-1 2 {{property declared here}}
1817}
1918
2019@_spi ( Foo)
@@ -46,7 +45,6 @@ public struct ResilientStructSPIMembers {
4645
4746 @SPIWrapper public var wrappedProperty4 : PublicType
4847 // expected-error@-1 {{cannot use generic struct 'SPIWrapper' as property wrapper here; it is SPI}}
49- // expected-error@-2 {{cannot use property 'wrappedValue' here; it is SPI}}
5048
5149 @_spi ( Foo) public var inlinableGet : Int {
5250 @inlinable
@@ -131,7 +129,6 @@ public struct ResilientStructSPIMembers {
131129
132130 @SPIWrapper public var wrappedProperty3 : PublicType
133131 // expected-error@-1 {{cannot use generic struct 'SPIWrapper' as property wrapper here; it is SPI}}
134- // expected-error@-2 {{cannot use property 'wrappedValue' here; it is SPI}}
135132}
136133
137134@frozen public struct FrozenStructPrivateMembers {
You can’t perform that action at this time.
0 commit comments