The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
12345 class TestCase::Point_3i : mulnum_t { has x : int; has y : int; has z : int;}
class TestCase::Point_3i : mulnum_t {
has x : int;
has y : int;
has z : int;
}