[mono] Fix swift lowering for InlineArray when static field occurs before instance field #108522
Labels
area-Interop-mono
in-pr
There is an active PR which will close this issue when it is merged
os-ios
Apple iOS
os-tvos
Apple tvOS
Swift struct lowering algorithm on Mono fails when dealing with an
InlineArray
struct, which contains a static field before instance field. The result is a runtime crash.Example of failing struct:
Discovered in #108318
\cc @kotlarmilos
The text was updated successfully, but these errors were encountered: