```ts // 1. const Foo = class {}; // 2. (() => class {})(); // 3. function fooBar() { return class {}; } ```