From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789 class TestCase::Statement::TypeDefaultValue { use Mutex; use TestCase::Util::Trhead; static method thread : int () { return 1; }}
class TestCase::Statement::TypeDefaultValue {
use Mutex;
use TestCase::Util::Trhead;
static method thread : int () {
return 1;
}