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

2 lines
63 B
TypeScript

// @target: ES6
var x = `abc${ "hello" instanceof String }def`;