mirror of
https://github.com/github/codeql.git
synced 2026-04-09 09:04:03 +02:00
4 lines
117 B
TypeScript
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.
|