mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
AST: Expand @_transparent in SemanticDeclAttrsRequest.
Resolves rdar://117780430
This commit is contained in:
@@ -38,7 +38,8 @@ public struct HasStoredProperties {
|
||||
|
||||
// CHECK: @_hasStorage public var storedWithObservers: Swift.Bool {
|
||||
// RESILIENT: {{^}} public var storedWithObservers: Swift.Bool {
|
||||
// COMMON-NEXT: {{^}} get
|
||||
// CHECK-NEXT: {{^}} @_transparent get
|
||||
// RESILIENT-NEXT: {{^}} get
|
||||
// COMMON-NEXT: {{^}} set
|
||||
// COMMON-NEXT: {{^}} }
|
||||
public var storedWithObservers: Bool {
|
||||
|
||||
Reference in New Issue
Block a user