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> {
14
14
public init ( wrappedValue: T ) { }
15
15
16
16
public var wrappedValue : T { fatalError ( ) }
17
- // expected-note@-1 2 {{property declared here}}
18
17
}
19
18
20
19
@_spi ( Foo)
@@ -46,7 +45,6 @@ public struct ResilientStructSPIMembers {
46
45
47
46
@SPIWrapper public var wrappedProperty4 : PublicType
48
47
// 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}}
50
48
51
49
@_spi ( Foo) public var inlinableGet : Int {
52
50
@inlinable
@@ -131,7 +129,6 @@ public struct ResilientStructSPIMembers {
131
129
132
130
@SPIWrapper public var wrappedProperty3 : PublicType
133
131
// 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}}
135
132
}
136
133
137
134
@frozen public struct FrozenStructPrivateMembers {
You can’t perform that action at this time.
0 commit comments