Skip to content

Commit

Permalink
Accept symbols baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Jun 7, 2018
1 parent 25ef538 commit 3d425c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/baselines/reference/asyncArrowFunction11_es5.symbols
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class A {

await Promise.resolve();
>Promise.resolve : Symbol(PromiseConstructor.resolve, Decl(lib.es2015.promise.d.ts, --, --), Decl(lib.es2015.promise.d.ts, --, --))
>Promise : Symbol(Promise, Decl(lib.es5.d.ts, --, --), Decl(lib.es2015.iterable.d.ts, --, --), Decl(lib.es2015.promise.d.ts, --, --), Decl(lib.es2015.symbol.wellknown.d.ts, --, --), Decl(lib.es2018.promise.d.ts, --, --))
>Promise : Symbol(Promise, Decl(lib.es2018.promise.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es2015.symbol.wellknown.d.ts, --, --), Decl(lib.es2015.iterable.d.ts, --, --), Decl(lib.es2015.promise.d.ts, --, --))
>resolve : Symbol(PromiseConstructor.resolve, Decl(lib.es2015.promise.d.ts, --, --), Decl(lib.es2015.promise.d.ts, --, --))

const obj = { ["a"]: () => this }; // computed property name after `await` triggers case
Expand Down

0 comments on commit 3d425c7

Please sign in to comment.