Arrow function name inference does not work. |
|||
Issue description
Consider the following snippet:
function foo() {
z.bar(() => baz());
}
The arrow function gets the name of 'bar'. It should be named something like 'foo.#1'
,
Jul 11 2017
,
Oct 16 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by kozyatinskiy@chromium.org
, May 15 2017Owner: allada@chromium.org