TypeScript/tests/baselines/reference/incompleteDottedExpressionAtEOF.js

8 lines
217 B
JavaScript

//// [incompleteDottedExpressionAtEOF.ts]
// used to leak __missing into error message
var p2 = window.
//// [incompleteDottedExpressionAtEOF.js]
// used to leak __missing into error message
var p2 = window.;