TypeScript/tests/baselines/reference/commentInEmptyParameterList1.types

5 lines
116 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/commentInEmptyParameterList1.ts ===
function foo(/** nothing */) {
>foo : () => void
2014-08-15 23:33:16 +02:00
}