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[`invalid $multi call (([a] = $multi(1)) => {}): diagnostics 1`] =`"main.ts(2,16): error TSTL: The $multi() function cannot be used here."`;
20
+
exports[`invalid $multi call (([a] = $multi(1)) => {}): diagnostics 1`] =`"main.ts(2,16): error TSTL: The $multi function must be called in return statements."`;
exports[`invalid $multi call (const [] = $multi();): diagnostics 1`] =`"main.ts(2,15): error TSTL: There must be one or more elements specified here."`;
24
+
exports[`invalid $multi call (({$multi});): diagnostics 1`] =`"main.ts(2,12): error TSTL: The $multi function must be called in return statements."`;
0 commit comments