[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/deep-stack/assemblyscript/threadsafe/tests/parser/function.ts [Back]  [Original]

function simple(): void {}
function typeparams(a: V | null = null): void {}
@decorator()
function withdecorator(): void {}
function withthis(this: i32): i32 { return this; }
function withthisp(this: i32, a: f32, b: f64): i32 { return this; }

Web Proxy Viewer  |  New URL  |  Original Page