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
/* @flow */constmyTag=(strings: Array<string>, ...expressions: Array<number>)=>'';myTag`${"foo"}`;// Expected error 'number expected but found string' but no error reported.
flow.org/try
The text was updated successfully, but these errors were encountered: