The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

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