TypeScript/tests/baselines/reference/commentOnBlock1.types

7 lines
109 B
Text

=== tests/cases/compiler/commentOnBlock1.ts ===
// asdf
function f() {
>f : () => void
/*asdf*/{}
}