Closed renjiezh closed 2 months ago
This introduces a new compiler warning:
src/main/kotlin/org/wfanet/measurement/duchy/service/internal/computations/Protos.kt:82:16: warning: enum argument can be null in Java, but exhaustive when contains no null branch
return when (computationDetails.protocolCase) {
This change is