//@filename: file.tsx //@jsx: preserve declare namespace JSX { interface Element { } } function foo() { var x =
{
} // Shouldn't see any errors down here var y = { a: 1 };