swc/crates/swc_ecma_parser/tests/tsc/templateStringInInstanceOf.ts

1 line
44 B
TypeScript

var x = `abc${ 0 }def` instanceof String;