June 11, 2026
10:05 a.m.
Native VBScript lexes Default as a keyword only when the next word is a member kind or access modifier, so class member variables can be named Default. A Default specification with a missing or non-Public modifier reports error 1057 inside a class body and a generic syntax error at global scope. -- v2: vbscript: Treat Default as a keyword only in class member declarations. https://gitlab.winehq.org/wine/wine/-/merge_requests/11124