SELF not available in field declaration
Posted: Wed Aug 22, 2018 7:54 am
Hi,
the following construct compiled and worked in Vulcan.NET:
The X# compiler gives me an error:
Error XS0027 Keyword 'SELF' is not available in the current context
Is this intended?
the following construct compiled and worked in Vulcan.NET:
Code: Select all
CLASS GapCockpitShellWindow INHERIT GapShellWindow IMPLEMENTS IGapCockpitShellWindow
PRIVATE activatedEventHandler := EventHandler{SELF, @ActivatedShell()} AS EventHandler
Error XS0027 Keyword 'SELF' is not available in the current context
Is this intended?