``` TypeScript function f() { var a = () => 5; return a.prototype; } ``` We should give an error here.