buildSort method

  1. @override
Z3_sort buildSort(
  1. Context c
)
override

Implementation

@override
Z3_sort buildSort(Context c) => throw AssertionError(
      'RefSort should only be used in constructor fields',
    );