luaur_analysis/methods/
subtyping_subtyping_subtyping.rs1use crate::records::subtyping::Subtyping;
3
4impl Subtyping {
5 #[allow(dead_code)]
7 pub fn subtyping_subtyping(&mut self) {
8 unimplemented!("Subtyping copy constructor is deleted in C++");
9 }
10}