common Ancestor With
fun commonAncestorWith(other: PhraseTypeDescriptor.PhraseKind): PhraseTypeDescriptor.PhraseKind
Content copied to clipboard
Answer the PhraseKind that is the nearest common ancestor to both the receiver and the argument. Only use this after static initialization has completed.
Return
The nearest common ancestor (a PhraseKind).
Parameters
other
The other PhraseKind.