We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eddf31 commit d048d7dCopy full SHA for d048d7d
1 file changed
tests/baselines/reference/anonymousClassExpression1.js
@@ -6,8 +6,8 @@ function f() {
6
//// [anonymousClassExpression1.js]
7
function f() {
8
return typeof (function () {
9
- function () {
+ function default_1() {
10
}
11
- return ;
+ return default_1;
12
})() === "function";
13
0 commit comments