From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345 class TestCase::Point_3l : mulnum_t { has x : long; has y : long; has z : long;}
class TestCase::Point_3l : mulnum_t {
has x : long;
has y : long;
has z : long;
}