pub fn extract_inheritance(_node: &Node<'_>, _source: &str) -> Vec<String>
Extract inheritance information from a Fortran node. Fortran does not have classical inheritance; return empty.