``` TypeScript function foo(x); function foo(x, y); function bar() { } ``` Expected: Function overload name must be 'foo'. Actual: Function implementation expected. Cyrus says we used to give the same error as the new compiler but changed it after customer complaints.