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

7 lines
109 B
Text

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