There was an error while loading. Please reload this page.
EDITED
This examples successfully compile:
export function foo(): i32 { return; }
But expected:
error TS2355: A function whose declared type isn't 'void' must return a value.