/* @flow */ import type {Foobar} from "./issue-1455-helper" function create(content: ?Foobar | String | Array) { } function node(content: ?Foobar | String | Array) { create(content) }