Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
12345678910 class CompileError::Class::ClassNameDifferntFromClassFileNameWithAnonFieldXXXXXXX { static method test : int () { my $port = 0; [has port : int = $port] method : void () {}; } }
class CompileError::Class::ClassNameDifferntFromClassFileNameWithAnonFieldXXXXXXX {
static method test : int () {
my $port = 0;
[has port : int = $port] method : void () {};
}