calling function with same name in static function does not choose the good function
if you implement
static function test() : Bool {
return isAdmin();
}
and isAdmin is devind as entity function and as global function it should take the global one not the entity one
Submitted by chris melman on 18 April 2012 at 16:11
Log in to post comments