| 1 | import { notAllowedOptionalAssignment } from "../../src/transformation/utils/diagnostics"; |
| 2 | import * as util from "../util"; |
| 3 | |
| 4 | test.each(["null", "undefined", '{ foo: "foo" }'])("optional chaining (%p)", value => { |
nothing calls this directly
no test coverage detected