TypeScript/tests/baselines/reference/styleOptions.js

15 lines
210 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
//// [styleOptions.ts]
///<style eqeqeq="on" strict="on" />
var x = 1;
var y = 1;
var t = x == y;
//// [styleOptions.js]
///<style eqeqeq="on" strict="on" />
2014-07-13 01:04:16 +02:00
var x = 1;
var y = 1;
var t = x == y;