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

8 lines
109 B
Plaintext

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