mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
* Add support for checking base-class scopes in unscoped function calls * Add support for `super::` call scope * Address CI annotations; Discord discussions - Shadowing - Change itr post-inc to pre-inc - Rename `to_link` to `to_check` to better describe its use. * Address review comments - Remove unnecessary to_check_itr assignment
4 lines
33 B
Text
4 lines
33 B
Text
class SUPER()
|
|
endclass
|
|
|
|
SUPER();
|