March 29, 2026
4:44 a.m.
When Property Get appears at global scope (outside a Class block), Windows returns error 1048 ("must be defined inside a Class"). Detect the tGET token in parser_error() — it is only valid after tPROPERTY inside a PropertyDecl, so encountering it at statement level means a Property was used outside a class context. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10493