Closed gene-pavlovsky closed 6 years ago
I added instance and static methods.
@context
{
@public
o1 = new Array<Int>(
hex.mock.MathUtil.sum( 1, 2 ),
hex.mock.MathUtil.sum( 3, 4 ),
hex.mock.MathUtil.sum( 5, 6 )
);
@public
o2 = new Array<String>(
stringifier.string(1),
stringifier.string(2),
stringifier.string(3)
);
stringifier = new hex.mock.Stringifier();
}
Cool, thanks!
There's this Flow code that works:
I thought I'd remove the unneeded locator variable like so:
But this doesn't compile, error message is not helpful either. The
WindowLazyLocatorVO.fromSelector
is a static function that returns aBaseVO
.