typescript-vim icon indicating copy to clipboard operation
typescript-vim copied to clipboard

Can't properly syntax the generic arguments of a function which is the return value of a function with a function argument

Open ForkKILLET opened this issue 5 years ago • 0 comments

Like this: (l: (s: string) => void) => <T> (t: T) => t. (used by mixins)

ForkKILLET avatar Mar 31 '21 11:03 ForkKILLET