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 usage reference ("let array = [0, luaRange, 1];"): diagnostics 1`] =`"main.ts(6,29): error TSTL: Invalid @forRange call: can be used only as an iterable in a for...of loop."`;
exports[`invalid usage reference ("luaRange.call(null, 0, 0, 0);"): diagnostics 1`] =`"main.ts(6,13): error TSTL: Invalid @forRange call: can be used only as an iterable in a for...of loop."`;
0 commit comments