class TestCase::CompileError::OArray::AssignNumeric {
  static method error : void () {
    my $obj_elems : object[] = 1;
  }
}