(ast: AST.AST)
| 3307 | AST.Union.make(intersectUnionMembers([x], [y], path)) |
| 3308 | |
| 3309 | const getTypes = (ast: AST.AST): ReadonlyArray<AST.AST> => AST.isUnion(ast) ? ast.types : [ast] |
| 3310 | |
| 3311 | const intersectUnionMembers = ( |
| 3312 | xs: ReadonlyArray<AST.AST>, |
no outgoing calls
no test coverage detected