mirror of
https://github.com/github/codeql.git
synced 2026-04-07 08:04:03 +02:00
9 lines
73 B
JavaScript
9 lines
73 B
JavaScript
class Foo {
|
|
bar(){
|
|
Foo.baz;
|
|
}
|
|
static baz(){
|
|
|
|
}
|
|
}
|