mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When trying to access a let-bound property of an actor across a moudule boundary, the operation should be treated as async. But, upon reaching SILGen, the compiler would crash when trying to emit the needed hop, because the base of the element reference was missing. This commit fixes that and adds regression coverage. resolves rdar://81812013
269 B
269 B