Closed Gotyanov closed 2 months ago
Thanks for the PR @Gotyanov.
Accessor macros on lazy properties should be invalid because they can remove the laziness of the property, which has can cause surprising behavior. We could probably improve the error message in the compiler.
https://forums.swift.org/t/accessor-macros-and-lazy-properties/73869