WARN55-Redeclares ancestor member, or method in helped class/record

Top  Previous  Next

 

Redeclares ancestor member, or method in helped class/record (WARN55)

 

This section lists class fields or methods that redeclare ancestor members with the same name. This may lead to confusion about which member is actually referenced.

 

Also reported is when a helper class/record redeclares a method that exists in the helped class/record. The helper method will take precedence.

 

Example:

 

clipx173

 

 

See also:

 

Alerts