class TestCase::CompileError::Assign::StringToBytArray {

  static method main : int () {
    my $str : byte[] = "abc";
  }
}