You can probably hack it using the backtick operator though.
`function foo(x: string, y: number): string {` x.length * y `}`
You can probably hack it using the backtick operator though.