June 11, 2026
7:33 a.m.
Native VBScript treats a dot directly followed by a digit as the start of a numeric literal even right after an identifier or closing bracket, so obj.Method.5 parses as a call with argument 0.5. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11120