diff --git a/java/java-tests/testData/codeInsight/javadocIG/documentationForUncheckedExceptionsInSupers.html b/java/java-tests/testData/codeInsight/javadocIG/documentationForUncheckedExceptionsInSupers.html index 61a8c084c3de..4b6984dd8a4d 100644 --- a/java/java-tests/testData/codeInsight/javadocIG/documentationForUncheckedExceptionsInSupers.html +++ b/java/java-tests/testData/codeInsight/javadocIG/documentationForUncheckedExceptionsInSupers.html @@ -1,7 +1,8 @@ -
java.util.Collectionpublic abstract boolean contains(Object o)
+My@org.jetbrains.annotations.Contract(pure = true) +boolean contains(Objecto)
java.util.Collectiono - element whose presence in this collection is to be tested. ClassCastException - if the type of the specified element is incompatible with this collection (optional). NullPointerException - if the specified element is null and this collection does not support null elements (optional).contains in interface Collectioncontains in interface Io - element whose presence in this collection is to be tested. ClassCastException - if the type of the specified element is incompatible with this collection (optional). NullPointerException - if the specified element is null and this collection does not support null elements (optional).