You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`disallow MultiReturn non-numeric access: diagnostics 1`] =`"main.ts(7,16): error TSTL: The MultiReturn type can only be accessed via an element access expression of a numeric type."`;
31
+
32
+
exports[`disallow MultiReturn non-numeric access: diagnostics 2`] =`"main.ts(7,16): error TSTL: The MultiReturn type can only be accessed via an element access expression of a numeric type."`;
exports[`invalid $multi call ($multi()): diagnostics 1`] =`"main.ts(2,9): error TSTL: The $multi function must be called in an expression that is returned."`;
0 commit comments