8 lines
150 B
JavaScript
8 lines
150 B
JavaScript
function foo (this : number, a : string, b) {}
|
|
|
|
function bar (this : number) {}
|
|
|
|
function baz (this : number, ...a) {}
|
|
|
|
function qux<T> (this : T) {}
|