newtests/autocomplete/union.js (
9
lines of code) (
raw
):
/* */ function foo(a: boolean, x: { bar: string }, y: Object) { var z; if (a) { z = x; } else { z = y; } z. }