Skip to content

Commit fa1370e

Browse files
committed
[Typechecker] Add missing 'storageReadWriteImpl' variable in 'synthesizeCoroutineAccessorBody'
1 parent 8a049d0 commit fa1370e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Sema/TypeCheckStorage.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,6 +1579,7 @@ synthesizeCoroutineAccessorBody(AccessorDecl *accessor, ASTContext &ctx) {
15791579
assert(accessor->isCoroutine());
15801580

15811581
auto storage = accessor->getStorage();
1582+
auto storageReadWriteImpl = storage->getReadWriteImpl();
15821583
auto target = (accessor->hasForcedStaticDispatch()
15831584
? TargetImpl::Ordinary
15841585
: TargetImpl::Implementation);

0 commit comments

Comments
 (0)