6 lines
74 B
JavaScript
6 lines
74 B
JavaScript
function f() {
|
|
const g = true ? foo => {}: null;
|
|
|
|
const foo = 'foo'
|
|
}
|