The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

class CompileError::Class::ClassNameDifferntFromClassFileNameWithAnonFieldXXXXXXX {
static method test : int () {
my $port = 0;
[has port : int = $port] method : void () {};
}
}