March 19, 2026
1:04 p.m.
Jacek Caban (@jacek) commented about dlls/vbscript/tests/lang.vbs:
Public Property Let ten(a,b,c,d,e,f,g,h,i,j) oDict = a & b & c & d & e & f & g & h & i & j End Property + Public Property Let objProp(aInput) + m_obj = aInput
Looks good overall, but please verify that `aInput` is an object here (and not converted prior to the call) with something like `getVT(x) = "VT_DISPATCH*"`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10373#note_132781