On 04/22/2017 04:33 AM, Andrey wrote:
> Hello, I trying to add custom attribute OnClickListener, the problem is
> that typeof always return BaseView type instead of MyView.
There is also typeid() and .classinfo, which may be helpful:
writeln(this.classinfo.name);
Ali