Skip to main content

luaur_analysis/methods/
subtyping_subtyping_subtyping_alt_b.rs

1use crate::records::subtyping::Subtyping;
2
3impl Subtyping {
4    pub fn subtyping_subtyping_mut(&mut self) {
5        self.subtyping_subtyping();
6    }
7}