TypeScript/tests/cases/compiler/stradac.ts
2014-07-12 17:30:19 -07:00

12 lines
116 B
TypeScript

var x = 10;
// C++-style comment
/*
C-Style comment
*/
function foo() {
x++;
}