1 2 3 4 5 6 7
use super::*; use crate::core::config::Language; use crate::core::ir::{PrimitiveType, TypeRef}; use crate::docs::test_helpers::{TEST_PREFIX, make_function, make_method, make_param}; mod function_signatures; mod method_signatures;