Skip to content

Commit 5a93d55

Browse files
committed
fix
1 parent 2a84c32 commit 5a93d55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/types/field_symbol.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ bar[] = foo[].
9494
<baz> = foo.
9595
<baz>[] = foo[].`;
9696
const js = await run(code);
97-
console.dir(js);
9897
const f = new AsyncFunction("abap", js);
9998
await f(abap);
10099
// just test it runs

0 commit comments

Comments
 (0)