bad.ts 92 B

1234567
  1. namespace Foo {
  2. export function foo() {
  3. console.log('foo');
  4. }
  5. }
  6. Foo.foo();