900e09e5
by Francis De Brabandere at 2026-04-09T22:29:47+02:00
vbscript: Return error 1054 for Property Let/Set without arguments.
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.