I'm getting a message:
[babble_patch.ck]:line(142): arguments type(s) do not match:
[babble_patch.ck]:line(142): ... for function 'PatchableObserver.attach_all(...)' ...
[babble_patch.ck]:line(142): ...(please check the argument types)
PatchableObserver.attach_all(_handlers);
Handler @ _handlers[];
class Handler extends PatchableObserver { ... }
fun static void attach_all(PatchableObserver ps[]) { ... }