class TestCase::CompileError::Assign::StringToBytArray {
static method main : int () {
my $str : byte[] = "abc";
}
}
class TestCase::CompileError::Assign::StringToBytArray {
static method main : int () {
my $str : byte[] = "abc";
}
}