findCommonAncestorOrSelf(_:)

Returns the bottommost node whose subtree contains all nodes in nodes.

CommonAncestor.swift:33
func findCommonAncestorOrSelf(_ nodes: [Syntax]) -> Syntax?