TypeScript/tests/cases/conformance/es6/templates/templateStringInInOperatorES6.ts

2 lines
64 B
TypeScript
Raw Normal View History

// @target: ES6
var x = `${ "hi" }` in { hi: 10, hello: 20};