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

1 line
47 B
TypeScript
Raw Normal View History

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