class TestCase::CompileError::Convert::ConvertFromStringToByteArray {
use TestCase::Minimal;
static method main : int () {
my $nums : byte[] = "abc";
}
}
class TestCase::CompileError::Convert::ConvertFromStringToByteArray {
use TestCase::Minimal;
static method main : int () {
my $nums : byte[] = "abc";
}
}