``` TypeScript function foo(); 1+1; function foo():string { return "a" } ``` Expected: Function implementation expected. Actual: no error