Skip to main content

luaur_analysis/methods/
subtyping_subtyping_subtyping.rs

1//! @interface-stub
2use crate::records::subtyping::Subtyping;
3
4impl Subtyping {
5    /// @delete
6    #[allow(dead_code)]
7    pub fn subtyping_subtyping(&mut self) {
8        unimplemented!("Subtyping copy constructor is deleted in C++");
9    }
10}