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

1 line
30 B
TypeScript
Raw Normal View History

var x = 1 % `abc${ 1 }def`;