TypeScript/tests/baselines/reference/commentOnBlock1.symbols

8 lines
140 B
Plaintext
Raw Normal View History

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