(Context ctx, long obj)
| 23 | public class BoolSort extends Sort |
| 24 | { |
| 25 | BoolSort(Context ctx, long obj) { super(ctx, obj); { }} |
| 26 | BoolSort(Context ctx) { super(ctx, Native.mkBoolSort(ctx.nCtx())); { }} |
| 27 | }; |
nothing calls this directly
no test coverage detected