We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5b870 commit 49c7f09Copy full SHA for 49c7f09
test/Macros/accessor_macros.swift
@@ -96,7 +96,7 @@ ms.favoriteColor = "Yellow"
96
struct MyBrokenStruct {
97
var _birthDate: MyWrapperThingy<Date?> = .init(storage: nil)
98
99
- // expected-note@+1 2{{in expansion of macro 'myPropertyWrapper'}}
+ // expected-note@+2 2{{in expansion of macro 'myPropertyWrapper'}}
100
@myPropertyWrapper
101
var birthDate: Date? {
102
// CHECK-DIAGS: variable already has a getter
0 commit comments