April 8, 2026
5:04 a.m.
Add error productions in PropertyDecl that detect when Property Let or Property Set is declared without a parameter list. Windows returns error 1054 (Property Let/Set needs at least one argument) in this case. Previously Wine fell through to the generic E_FAIL path, returning error code 16389. -- v2: vbscript: Return error 1054 for Property Let/Set without arguments. https://gitlab.winehq.org/wine/wine/-/merge_requests/10491