We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0649128 commit b2573a0Copy full SHA for b2573a0
1 file changed
src/mujava/api/MutationOperator.java
@@ -56,6 +56,7 @@ public enum MutationOperator {
56
57
public static boolean isPRVO(MutationOperator op) {
58
switch (op) {
59
+ case PRVO:
60
case PRVOL:
61
case PRVOL_SMART:
62
case PRVOR:
0 commit comments