We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc38cd4 + a2d74cf commit 7be0552Copy full SHA for 7be0552
src/main/java/java/lang/Class.java
@@ -426,6 +426,7 @@ private static boolean desiredAssertionStatus0(Class<?> clazz) {
426
// avoid the time-consuming process of enumerating over the constant
427
// dictionary's internal array, when generating the Class object non-
428
// deterministically.
429
+ @org.cprover.MustNotThrow
430
public void cproverInitializeClassLiteral(
431
String name,
432
boolean isAnnotation,
0 commit comments