Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more
123456789 class TestCase::Pointable : interface_t { interface Stringable; required method x : int (); method y : int(); method to_string : string (); method not_impl : string ($num : long); method : string ($num : int);}
class TestCase::Pointable : interface_t {
interface Stringable;
required method x : int ();
method y : int();
method to_string : string ();
method not_impl : string ($num : long);
method : string ($num : int);
}