Add a warning to the classes documentation page explaining that users should not create classes inheriting from built-in types (Bool, Num, String, Range, List) due to internal bit representation conflicts that cause confusion when invoking inherited methods on derived types.