mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
8 lines
96 B
TypeScript
8 lines
96 B
TypeScript
class C {
|
|
static instance: C = new C();
|
|
}
|
|
|
|
export class D {
|
|
static instance: D = new D();
|
|
}
|