mirror of
https://github.com/github/codeql.git
synced 2026-01-25 04:12:58 +01:00
7 lines
87 B
JavaScript
7 lines
87 B
JavaScript
class C {
|
|
static instance = new C();
|
|
}
|
|
|
|
// semmle-extractor-options: --experimental
|
|
|