Home > error > override 
 en fr de es it nl pl pt pt_BR mk sq hu cs tr ar fa vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
Symbol is badly overridden (#63)
 3.0 
A class is trying to override a symbol by inheritance, but the overriding symbol and the overriden one do not have the same type.

Here are the rules:

This kind of symbol can be overriden by...
Dynamic symbol Dynamic symbol
Static symbol Static symbol
Read-only property Read-only property
Read-write
Read-write property Read-write property
method

Constant Constant
Read-only property
Read-write property
event

variable

Extern function Extern function

All over combinations are forbidden.

Previous: Argument cannot be passed by reference (#62)_ Next: Void key (#64)_