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