The arity of the list is the number of elements it contains.
569570571572573574575576577
} throw new RpcException("bad result from erlide_builder:source_clash: " + res); } public static OtpErlangList getCodeClashes(final IOtpRpc b) throws RpcException { final OtpErlangList res = (OtpErlangList) b.call(ERLIDE_BUILDER, "code_clash", null); return res; }