Files
2025-02-28 13:27:28 +01:00

4 lines
117 B
TypeScript

import {B} from './B';
export let A: number = B+1; // $ Alert - `B` is not initialized if `B.ts` is imported first.