We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27abf1d commit 208d746Copy full SHA for 208d746
1 file changed
test/parallel/test-repl-typescript.mjs
@@ -18,8 +18,3 @@ output.accumulator = '';
18
await run('x\n');
19
assert.match(output.accumulator, /3\n> /);
20
output.accumulator = '';
21
-
22
-// Syntax which is valid in both languages must retain its JavaScript
23
-// semantics instead of being type-stripped.
24
-await run("const foo = () => 'hello world'; foo<Object>(0);\n");
25
-assert.match(output.accumulator, /true\n> /);
0 commit comments