TypeScript/tests/baselines/reference/commentOnBlock1.symbols
2015-04-15 16:44:20 -07:00

8 lines
140 B
Plaintext

=== tests/cases/compiler/commentOnBlock1.ts ===
// asdf
function f() {
>f : Symbol(f, Decl(commentOnBlock1.ts, 0, 0))
/*asdf*/{}
}