AST: Expand @_transparent in SemanticDeclAttrsRequest.

Resolves rdar://117780430
This commit is contained in:
Allan Shortlidge
2023-10-31 22:54:02 -07:00
parent d976ea676c
commit dea6dfd6dd
5 changed files with 13 additions and 2 deletions

View File

@@ -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 {