mirror of
https://github.com/github/codeql.git
synced 2026-01-27 13:23:00 +01:00
6 lines
47 B
JavaScript
6 lines
47 B
JavaScript
function f() {
|
|
return {
|
|
x: 23,
|
|
y: 42,
|
|
}
|
|
} |