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

5 lines
116 B
Plaintext

=== tests/cases/compiler/commentInEmptyParameterList1.ts ===
function foo(/** nothing */) {
>foo : () => void
}