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 17e8594 commit b376408Copy full SHA for b376408
lib/ConstExtract/ConstExtract.cpp
@@ -427,11 +427,6 @@ extractTypePropertyInfo(VarDecl *propertyDecl) {
427
428
if (const auto binding = propertyDecl->getParentPatternBinding()) {
429
if (const auto originalInit = binding->getInit(0)) {
430
- if (propertyDecl->hasAttachedPropertyWrapper()) {
431
- return {propertyDecl, extractCompileTimeValue(originalInit),
432
- propertyWrapperValues};
433
- }
434
-
435
return {propertyDecl, extractCompileTimeValue(originalInit),
436
propertyWrapperValues};
437
}
0 commit comments