DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-1~bpo8%2B1 / tests / cases / compiler / stradac.ts
123456789101112
var x = 10; // C++-style comment /* C-Style comment */ function foo() { x++; }