luaur_analysis/records/
instantiate_generics_on_non_function.rs1#[allow(non_camel_case_types)]
2#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
3pub struct InstantiateGenericsOnNonFunction {
4 pub(crate) interesting_edge_case: crate::enums::interesting_edge_case::InterestingEdgeCase,
5}
6
7impl InstantiateGenericsOnNonFunction {
8 pub const None: crate::enums::interesting_edge_case::InterestingEdgeCase =
9 crate::enums::interesting_edge_case::InterestingEdgeCase::None;
10 pub const MetatableCall: crate::enums::interesting_edge_case::InterestingEdgeCase =
11 crate::enums::interesting_edge_case::InterestingEdgeCase::MetatableCall;
12 pub const Intersection: crate::enums::interesting_edge_case::InterestingEdgeCase =
13 crate::enums::interesting_edge_case::InterestingEdgeCase::Intersection;
14}