On 06/23/2017 04:29 PM, Adam D. Ruppe wrote:
try `new immutable AppendChatCommand` instead of just `new`.

If it complains that it cannot call the mutable constructor, go to the class definition and add `pure` to the constructor. Should take care of that error.

With a `pure` constructor, just `new` should work, too.

Reply via email to