hi,
i’m having a bit of an issue trying to type check self
here’s an example of what i’m trying to do
as you can see, self is typed here
but not here
i’ve tried a few things but i don’t really know what else to do
hi,
i’m having a bit of an issue trying to type check self
here’s an example of what i’m trying to do
as you can see, self is typed here
but not here
i’ve tried a few things but i don’t really know what else to do
solved by doing
(self :: typeof(module.Init()) )
… wish this was done by default
ehehe thanks, that clears things up a bit
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.