From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

class TestCase::Interface::NoRequiredMethod : interface_t {
method interface_shared1 : string ($num : int);
method interface_shared2 : string ($num : int);
}