TypeScript/tests/baselines/reference/commentInEmptyParameterList1.types
2014-08-15 14:37:48 -07:00

5 lines
116 B
Plaintext

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