TypeScript/tests/cases/compiler/ParameterList5.ts
2014-07-12 17:30:19 -07:00

2 lines
34 B
TypeScript

function A(): (public B) => C {
}