When trying to define a RECORD CLASS in a VO dialect app (either Net 4 or later), the compiler reports Error XS8867 No accessible copy constructor found in base type 'object'.
// VO dialect
// error XS8867: No accessible copy constructor found in base type 'object'.
RECORD CLASS RecordClass
END CLASS