TypeScript/tests/baselines/reference/commentOnBlock1.types

8 lines
152 B
Plaintext
Raw Normal View History

=== tests/cases/compiler/commentOnBlock1.ts ===
// asdf
function f() {
2015-04-13 23:01:57 +02:00
>f : () => void, Symbol(f, Decl(commentOnBlock1.ts, 0, 0))
/*asdf*/{}
}