2019-03-20 16:03:31 -07:00

6 lines
74 B
JavaScript

function f() {
const g = true ? foo => {}: null;
const foo = 'foo'
}