[squeak-dev] [bug] 0007770: cascading does ont work with super

Vaidotas Didžbalis vaidasd at gmail.com
Wed Jun 19 10:26:01 UTC 2013


2013/6/19 Frank Shearar <frank.shearar at gmail.com>:
...
> Do you expect this to be equivalent to
>
>   super initialize.
>   self setListProperties.
>
> or to
>
>   super initialize.
>   super setListProperties.
...
> Given that ambiguity I'd say failing to compile is the right answer.

I expected the latter. I think about super as an object. Anyway, the
error message "Cascading not expected ->" is confusing here.


More information about the Squeak-dev mailing list