From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456 class TestCase::Interface::NoRequiredMethod : interface_t { method interface_shared1 : string ($num : int); method interface_shared2 : string ($num : int);}
class TestCase::Interface::NoRequiredMethod : interface_t {
method interface_shared1 : string ($num : int);
method interface_shared2 : string ($num : int);
}