There are many cases when you people combine multiple cases with one
action, so getting compiler warning for them will be unwelcome.

Documentation clearly states the condition of "fall-through", so this
is perfectly legal situation.

Cheers,
Dmitri.


--- In flexcoders@yahoogroups.com, João Fernandes
<[EMAIL PROTECTED]> wrote:
>
> But the problem is, the runtime error thrown isn't clear what the real 
> problem is, it says that a classA and classA could not be reconciled 
> when the real problem is that a break statement is missing, maybe a 
> warning should be present when between two 'case' there is no break 
> statement.
> 
> 
> -- 
> 
> João Fernandes
> 
> http://www.onflexwithcf.org
> http://www.riapt.org
> Portugal Adobe User Group (http://aug.riapt.org)
>


Reply via email to